Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
willow-ahrens authored Dec 12, 2024
1 parent 98dc5c7 commit 4a0872a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
numba_boundscheck: [0]
include:
- os: macos-latest
python: '3.11'
python: '3.10'
- os: windows-latest
python: '3.10'
- os: ubuntu-latest
Expand Down Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install package
run: |
pip install -e '.[tests]'
micromamba remove numba
micromamba install -c numba numba
# micromamba remove numba
# micromamba install -c numba numba
- name: Run tests
continue-on-error: true
run: |
Expand Down

0 comments on commit 4a0872a

Please sign in to comment.