We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca82768 commit 4fc08e9Copy full SHA for 4fc08e9
.github/workflows/linux.yml
@@ -354,7 +354,7 @@ jobs:
354
run: |
355
pip install -r requirements/build_requirements.txt
356
pip install -r requirements/test_requirements.txt
357
- pip install vulture
+ pip install "vulture!=2.15"
358
- name: Build and install NumPy
359
360
# Install using the fastest way to build (no BLAS, no SIMD)
0 commit comments