Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wpreimes committed Jun 14, 2024
1 parent 69bc591 commit 65edd60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
build:
strategy:
matrix:
# as we build C extension for users to download, we want to include as many python versions
# and OS versions as possible (especially windows to create .whl packages,
# see step "Create wheel and dist package")
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: ["ubuntu-latest", "windows-latest"]
name: py${{ matrix.python-version }} @ ${{ matrix.os }}
Expand Down Expand Up @@ -53,6 +56,7 @@ jobs:
- name: Install package and test
shell: bash -l {0}
run: |
pip install .
pip install -e .[testing]
pytest --cache-clear
- name: Upload Coverage
Expand Down

0 comments on commit 65edd60

Please sign in to comment.