Skip to content

Commit

Permalink
chore: testing ci
Browse files Browse the repository at this point in the history
  • Loading branch information
negar-abbasi committed Feb 22, 2024
1 parent b498d02 commit bc0a5fe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ jobs:
- name: Install dependencies
run: poetry install --no-interaction

- name: Audit with pip-audit
run: |
# audit non dev dependencies, no exclusions
poetry export --without=dev > requirements.txt && poetry run pip-audit -r requirements.txt
# audit all dependencies, with exclusions.
# If a vulnerability is found in a dev dependency without an available fix,
# it can be temporarily ignored by adding --ignore-vuln e.g.
poetry run pip-audit
# - name: Audit with pip-audit
# run: |
# # audit non dev dependencies, no exclusions
# poetry export --without=dev > requirements.txt && poetry run pip-audit -r requirements.txt
#
# # audit all dependencies, with exclusions.
# # If a vulnerability is found in a dev dependency without an available fix,
# # it can be temporarily ignored by adding --ignore-vuln e.g.
# poetry run pip-audit

- name: Check formatting with Ruff
run: |
Expand Down

0 comments on commit bc0a5fe

Please sign in to comment.