Skip to content

Commit

Permalink
Ignore ID 44715 for safety
Browse files Browse the repository at this point in the history
See this NumPy issue for more information:
numpy/numpy#19038
  • Loading branch information
CasperWA authored and TorgeirUstad committed Feb 1, 2022
1 parent 572fb6b commit 2b76575
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ jobs:
- name: Run pylint - tests
run: pylint --rcfile=.pylintrc --extension-pkg-whitelist='pydantic' --disable=C0415,W0621 -- tests

# Ignore ID 44715 for now.
# See this NumPy issue for more information: https://github.com/numpy/numpy/issues/19038
- name: Run safety
run: pip freeze | safety check --stdin
run: pip freeze | safety check --stdin --ignore 44715

pytest-linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b76575

Please sign in to comment.