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 ef3903a commit 9c650e9Copy full SHA for 9c650e9
.github/workflows/test.yaml
@@ -94,7 +94,7 @@ jobs:
94
run: |
95
python3 -m tests.pystackql_tests
96
shell: bash
97
- if: runner.os != 'Windows'
+ if: matrix.os != 'windows-latest'
98
99
- name: Run tests on Windows
100
env:
@@ -112,4 +112,4 @@ jobs:
112
113
114
shell: pwsh
115
- if: runner.os == 'Windows'
+ if: matrix.os == 'windows-latest'
0 commit comments