Skip to content

Commit

Permalink
Update msys2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut committed Jan 6, 2024
1 parent dd8a138 commit f4a7247
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
name: Test with MSYS2 ${{ matrix.sys }}
runs-on: windows-2022
strategy:
fail-fast: false
matrix:
include:
# - { sys: msys }
- { sys: msys }
- { sys: mingw32 }
- { sys: mingw64 }
- { sys: ucrt64 }
Expand All @@ -36,9 +37,10 @@ jobs:
cmake:p
ninja:p
python:p
python-pip:p
python-pytest:p
- name: "Run tests"
shell: msys2 {0}
run: |
python -V
which python
CIBUILDWHEEL=1 pipx run nox --force-python "$(which python)" -s test
CIBUILDWHEEL=1 python -m pip install -v .
CIBUILDWHEEL=1 python -m pytest

0 comments on commit f4a7247

Please sign in to comment.