Skip to content

Commit

Permalink
ci: removed safety from ci workflow due to their API breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
luizdesuo committed Nov 17, 2024
1 parent f2b5431 commit 7296d08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
- name: Install package
run: poetry install

- name: Safety checks
run: poetry run nox -s safety
# ! safety is no longer working
# - name: Safety checks
# run: poetry run nox -s safety

- name: Run tests standard array api
run: poetry run nox -s tests
Expand Down

0 comments on commit 7296d08

Please sign in to comment.