Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rsp2k authored Feb 5, 2025
1 parent b60550c commit 5786f74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r example-project/requirements.txt
- name: Run Tests
run: |
python manage.py test
dc example-project; python manage.py test

0 comments on commit 5786f74

Please sign in to comment.