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 879fd04 commit 710d2e0Copy full SHA for 710d2e0
.github/workflows/main.yml
@@ -95,5 +95,5 @@ jobs:
95
# For some reason, it won't find pytest on the Windows + 3.10
96
# combination, which hints that it does not handle the venv properly in
97
# this combination.
98
- if: ${{ matrix.os.category != 'windows' || matrix.python != '3.10'' }}
+ if: ${{ matrix.os.category != 'windows' || matrix.python != '3.10' }}
99
run: dotnet test --runtime any-${{ matrix.os.platform }} src/python_tests_runner/
0 commit comments