Skip to content

Commit

Permalink
Add numpy safety ignore
Browse files Browse the repository at this point in the history
See the GH issue at:
numpy/numpy#19038
for more information.
  • Loading branch information
CasperWA committed Mar 25, 2022
1 parent 80ef1d3 commit 6932dc4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dic2owl_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
- name: Run PyLint
run: pylint --rcfile=dic2owl/pyproject.toml dic2owl/**/*.py

# 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

dic2owl-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6932dc4

Please sign in to comment.