We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c044b commit 8451760Copy full SHA for 8451760
.github/workflows/tests.yml
@@ -94,6 +94,7 @@ jobs:
94
retention-days: 7
95
96
cpu-tests:
97
+ if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
98
needs: build-cpu
99
strategy:
100
fail-fast: false
@@ -138,6 +139,7 @@ jobs:
138
139
run: pytest
140
141
cuda-tests:
142
143
needs: build-cuda
144
145
0 commit comments