Skip to content

Commit

Permalink
Remove pinned Numba version in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Dec 28, 2022
1 parent f1d3887 commit 0b578ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run tests
run: |
pip3 debug --verbose .
pip3 install numba==0.53
pip3 install numba
pip3 install --upgrade-strategy eager -v .
coverage run --source=skfda/ setup.py test;
Expand Down

0 comments on commit 0b578ef

Please sign in to comment.