Skip to content

Commit 7c5f498

Browse files
committed
fix skip condition
1 parent 8a30b9e commit 7c5f498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Ensure imports with no test deps
8787
run: just import-check
8888
- name: Run the tests
89-
if: ${{ ! (startsWith(matrix.os, 'windows') && endsWith(matrix.python-version, 't')) }}
89+
if: ${{ ! endsWith(matrix.python-version, 't') }}
9090
env:
9191
UV_PYTHON: ${{matrix.python-version}}
9292
run: just test

0 commit comments

Comments
 (0)