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 9f65e7c commit 6a24297Copy full SHA for 6a24297
.github/workflows/python-app.yml
@@ -75,7 +75,7 @@ jobs:
75
run: |
76
python -m pip uninstall mixin-python -y;python -m pip install ./dist/${{ steps.whlfile.outputs.value }}
77
- name: Test
78
- if: ${{ matrix.os != 'windows-latest' }}
+ if: ${{ matrix.os != 'windows-2019' }}
79
working-directory: tests
80
81
python -m pip install -r ../requirements-dev.txt
0 commit comments