Skip to content

Commit

Permalink
Added virtualenv to cache for fast installed process
Browse files Browse the repository at this point in the history
  • Loading branch information
riadelimemmedov committed Mar 29, 2024
1 parent 66e6207 commit 75a5d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ 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 75a5d2d

Please sign in to comment.