Skip to content

Commit

Permalink
Changed some code on ci/cd process
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Mar 29, 2024
1 parent 75a5d2d commit 0d0b9d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
- name: Install dependencies
run: |
python -m poetry install
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
- name: Run tests paralel
run: poetry run pytest -n auto
Expand Down

0 comments on commit 0d0b9d6

Please sign in to comment.