Skip to content

Commit

Permalink
Remove safety ignore for NumPy
Browse files Browse the repository at this point in the history
This issue has been fixed. See
numpy/numpy#19038
for more information.
  • Loading branch information
CasperWA committed Mar 15, 2023
1 parent 3e69803 commit d2fd05c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ jobs:
pylint_runs: |
--rcfile=pyproject.toml --ignore-paths=tests/ --extension-pkg-whitelist='pydantic' oteapi_optimade
--rcfile=pyproject.toml --extension-pkg-whitelist='pydantic' --disable=import-outside-toplevel,redefined-outer-name --recursive=yes tests
# Ignore ID 44715 for now.
# See this NumPy issue for more information: https://github.com/numpy/numpy/issues/19038
# NumPy is a sub-dependency of `oteapi-core`
safety_options: "--ignore=44715"
# Build dist
python_version_package: "3.9"
Expand Down

0 comments on commit d2fd05c

Please sign in to comment.