Skip to content

Commit

Permalink
Don't run pre-commit for NumPy 2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwhite committed Sep 30, 2024
1 parent 61ef3a4 commit 094dc6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-numpy-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements-numpy2.txt -r requirements-numpy2-dev.txt
- name: Run pre-commit
uses: pre-commit/action@v2.0.0
# - name: Run pre-commit
# uses: pre-commit/action@v2.0.0
- name: Test with pytest (numba jit disabled)
env:
NUMBA_DISABLE_JIT: 1
Expand Down

0 comments on commit 094dc6c

Please sign in to comment.