Skip to content

Commit

Permalink
fixup! reuse venv in every action
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentporte committed Jan 8, 2025
1 parent 3291c9f commit 4c33e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ jobs:
- name: 🚧 Configure bucket
run: python manage.py configure_bucket
- name: 🤹‍ Django tests
run: python pytest --numprocesses=logical --create-db
run: pytest --numprocesses=logical --create-db
env:
DJANGO_DEBUG: True

0 comments on commit 4c33e0d

Please sign in to comment.