Skip to content

Commit 4fc08e9

Browse files
sebergcharris
authored andcommitted
MAINT: Don't use vulture 2.15, it has false positives
1 parent ca82768 commit 4fc08e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ jobs:
354354
run: |
355355
pip install -r requirements/build_requirements.txt
356356
pip install -r requirements/test_requirements.txt
357-
pip install vulture
357+
pip install "vulture!=2.15"
358358
- name: Build and install NumPy
359359
run: |
360360
# Install using the fastest way to build (no BLAS, no SIMD)

0 commit comments

Comments
 (0)