We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3341111 commit e43de87Copy full SHA for e43de87
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip setuptools six wheel
28
- python -m pip install Cython git+https://github.com/numpy/numpy.git@main
+ python -m pip install Cython git+https://github.com/cclauss/numpy.git@patch-1
29
python -m pip install pytest-cov -r requirements.txt
30
- name: Run tests
31
# See: #6591 for re-enabling tests on Python v3.11
0 commit comments