Skip to content

Commit

Permalink
Use pipenv when running commands in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterKale committed Dec 4, 2024
1 parent 9e48eb6 commit 8ccc45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pipenv install --deploy --dev
- name: Test with unittest
run: |
python _app/manage.py test homepage.tests
pipenv run _app/manage.py test homepage.tests
- name: Run mypy
run: |
python -m mypy _app/homepage
pipenv run mypy _app/homepage

0 comments on commit 8ccc45e

Please sign in to comment.