Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 19, 2023
1 parent 2911861 commit 1f4f63d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9"] #, "3.10", "3.11", "3.12"]
python-version: ["3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:
conda info
conda list --explicit
- name: "test py${{ matrix.python-version }}"
- name: "test with py${{ matrix.python-version }}"
run: |
python setup.py build_ext --inplace
pytest

0 comments on commit 1f4f63d

Please sign in to comment.