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 cd618ee commit 94704bf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,15 @@ jobs:
pip install -U pytest
pip install -r partcad/requirements.txt
# pip install -r partcad-cli/requirements.txt
- 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' }}
run: |
gh run cancel ${{ github.run_id }}
gh run watch ${{ github.run_id }}
# - 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' }}
# run: |
# gh run cancel ${{ github.run_id }}
# gh run watch ${{ github.run_id }}
- name: Test with pytest
if: runner.os != 'windows_latest' || matrix.python-version != '3.11'
env:
PYTHONPATH: partcad/src
PYTHONWARNINGS: ignore
Expand Down

0 comments on commit 94704bf

Please sign in to comment.