Skip to content

Commit

Permalink
missed a pip reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jthurner committed Dec 5, 2024
1 parent 7092906 commit 0e98a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
- name: Test without numba
if: ${{ matrix.python-version == '3.11' }}
run: |
python -m pip uninstall numba
python -m pytest -n=auto
uv pip uninstall numba
uv run pytest -n=auto
linting:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 0e98a2e

Please sign in to comment.