Skip to content

Commit 6a24297

Browse files
Fix test
1 parent 9f65e7c commit 6a24297

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
python -m pip uninstall mixin-python -y;python -m pip install ./dist/${{ steps.whlfile.outputs.value }}
7777
- name: Test
78-
if: ${{ matrix.os != 'windows-latest' }}
78+
if: ${{ matrix.os != 'windows-2019' }}
7979
working-directory: tests
8080
run: |
8181
python -m pip install -r ../requirements-dev.txt

0 commit comments

Comments
 (0)