Skip to content

Commit

Permalink
ci: do not run safety in lint job for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-- committed Jun 14, 2024
1 parent a2bf064 commit f59793c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
nox --version
- name: Lint code and check dependencies
run: nox -s lint safety
run: nox -s lint

build:
needs: [tests, lint]
Expand Down

0 comments on commit f59793c

Please sign in to comment.