Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFabisch committed Feb 23, 2024
1 parent c0220e9 commit 79ed43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -e .[test]
python -m pip install -e .[all,test]
- name: Test
run: |
NUMBA_DISABLE_JIT=1 pytest distance3d
Expand Down

0 comments on commit 79ed43a

Please sign in to comment.