Skip to content

Commit d019942

Browse files
committed
check
1 parent d96c30b commit d019942

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "wheel=$WHEEL" >> $GITHUB_OUTPUT
9595
9696
- name: Create venv and install dependencies (Unix)
97-
if: runner.os != 'Linux'
97+
if: runner.os == 'Linux'
9898
run: |
9999
uv venv .test-venv
100100
source .test-venv/bin/activate

0 commit comments

Comments
 (0)