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 8a30b9e commit 7c5f498Copy full SHA for 7c5f498
.github/workflows/test-python.yml
@@ -86,7 +86,7 @@ jobs:
86
- name: Ensure imports with no test deps
87
run: just import-check
88
- name: Run the tests
89
- if: ${{ ! (startsWith(matrix.os, 'windows') && endsWith(matrix.python-version, 't')) }}
+ if: ${{ ! endsWith(matrix.python-version, 't') }}
90
env:
91
UV_PYTHON: ${{matrix.python-version}}
92
run: just test
0 commit comments