Skip to content

Commit e43de87

Browse files
authored
1 parent 3341111 commit e43de87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip setuptools six wheel
28-
python -m pip install Cython git+https://github.com/numpy/numpy.git@main
28+
python -m pip install Cython git+https://github.com/cclauss/numpy.git@patch-1
2929
python -m pip install pytest-cov -r requirements.txt
3030
- name: Run tests
3131
# See: #6591 for re-enabling tests on Python v3.11

0 commit comments

Comments
 (0)