Skip to content

Commit

Permalink
cond
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Dec 6, 2024
1 parent 4940f52 commit 4feaf73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
fi
chatgpt_api_tests:
runs-on: ${{ matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy' ? 'ubuntu-latest' : 'macos-15' }}
runs-on: ${{ (matrix.inference_engine == 'tinygrad' || matrix.inference_engine == 'dummy') && 'ubuntu-latest' || 'macos-15' }}
strategy:
matrix:
inference_engine: [mlx, tinygrad, dummy]
Expand Down

0 comments on commit 4feaf73

Please sign in to comment.