We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d96c30b commit d019942Copy full SHA for d019942
1 file changed
.github/workflows/tests.yml
@@ -94,7 +94,7 @@ jobs:
94
echo "wheel=$WHEEL" >> $GITHUB_OUTPUT
95
96
- name: Create venv and install dependencies (Unix)
97
- if: runner.os != 'Linux'
+ if: runner.os == 'Linux'
98
run: |
99
uv venv .test-venv
100
source .test-venv/bin/activate
0 commit comments