Skip to content

Commit

Permalink
(CI) backend dependencies install
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Alexandre35 committed Oct 27, 2024
1 parent 0b0341e commit 29e269a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ jobs:
- name: Run Black
run: poetry run black --check .

- name: Run Flake8 --exclude .venv
- name: Run Flake8 --exclude ./.venv/
run: poetry run flake8 .

- name: Run Isort --exclude .venv
- name: Run Isort --exclude ./.venv/
run: poetry run isort --check-only .

- name: Run Safety --exclude .venv
- name: Run Safety --exclude ./.venv/
run: poetry run safety check

0 comments on commit 29e269a

Please sign in to comment.