Skip to content

Commit 4a0872a

Browse files
Update ci.yml
1 parent 98dc5c7 commit 4a0872a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
numba_boundscheck: [0]
1717
include:
1818
- os: macos-latest
19-
python: '3.11'
19+
python: '3.10'
2020
- os: windows-latest
2121
python: '3.10'
2222
- os: ubuntu-latest
@@ -48,8 +48,8 @@ jobs:
4848
- name: Install package
4949
run: |
5050
pip install -e '.[tests]'
51-
micromamba remove numba
52-
micromamba install -c numba numba
51+
# micromamba remove numba
52+
# micromamba install -c numba numba
5353
- name: Run tests
5454
continue-on-error: true
5555
run: |

0 commit comments

Comments
 (0)