Skip to content

Commit

Permalink
Changed to use poetry to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Mar 22, 2024
1 parent fb07b0b commit 05b92d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
poetry install --no-interaction --no-root
poetry add django@${{ matrix.django-version }} --no-interaction
- name: Go into virtual environment
run: source .venv/bin/activate


- name: Run Tests
run: |
poetry run manage.py test

0 comments on commit 05b92d1

Please sign in to comment.