Skip to content

Commit

Permalink
Ignore ID 44715 for safety (#55)
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 committed Feb 1, 2022
1 parent 2e69dac commit a86a0e3
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 @@ -73,8 +73,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 a86a0e3

Please sign in to comment.