Skip to content

Commit

Permalink
More fixes for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Jan 13, 2024
1 parent ebee303 commit cd618ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Skip tests on Windows for Python 3.11
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: runner.os == 'windows_latest' && matrix.python-version == '3.11'
if: ${{ runner.os == 'windows_latest' && matrix.python-version == '3.11' }}
run: |
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
Expand Down

0 comments on commit cd618ee

Please sign in to comment.