Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0a14ac

Browse files
committed
remove numpy.distutils
1 parent fb0578d commit d0a14ac

177 files changed

Lines changed: 89 additions & 22709 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
- name: Check for unreachable code paths in Python modules
369369
run: |
370370
# Need the explicit `bash -c` here because `grep` returns exit code 1 for no matches
371-
bash -c "! vulture . --min-confidence 100 --exclude doc/,numpy/distutils/,vendored-meson/ | grep 'unreachable'"
371+
bash -c "! vulture . --min-confidence 100 --exclude doc/,vendored-meson/ | grep 'unreachable'"
372372
- name: Check usage of install_tag
373373
run: |
374374
rm -rf build-install

0 commit comments

Comments
 (0)