We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
linux-64
host-platform
1 parent 2a7780c commit c2136eaCopy full SHA for c2136ea
1 file changed
.github/workflows/build-and-test.yml
@@ -20,6 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
host-platform:
23
+ - linux-64
24
- win-64
25
python-version:
26
- "3.12"
@@ -199,7 +200,6 @@ jobs:
199
200
echo "CUDA_VERSION=${{ matrix.cuda-version }}" >> $GITHUB_OUTPUT
201
202
test-linux:
- if: false # jobs disabled
203
strategy:
204
205
# TODO: add driver version here
0 commit comments