Skip to content

Commit f857eff

Browse files
committed
Don't run pre-commit for NumPy 2 tests
1 parent 61f7a36 commit f857eff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-numpy-2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -r requirements-numpy2.txt -r requirements-numpy2-dev.txt
26-
- name: Run pre-commit
27-
uses: pre-commit/[email protected]
26+
# - name: Run pre-commit
27+
# uses: pre-commit/[email protected]
2828
- name: Test with pytest (numba jit disabled)
2929
env:
3030
NUMBA_DISABLE_JIT: 1

0 commit comments

Comments
 (0)