Skip to content

Commit

Permalink
Update install deps run command.
Browse files Browse the repository at this point in the history
  • Loading branch information
fergmac committed Apr 3, 2024
1 parent b8ab30d commit d7ffcce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/django-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Install Dependencies
run: |
cd app/backend
python -m pip install --upgrade pip
pip install -r requirements.txt
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
- name: Test
run: |
cd app/backend
python manage.py test
python3 manage.py test

0 comments on commit d7ffcce

Please sign in to comment.