Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxfsf authored Nov 11, 2023
1 parent e3f7ac8 commit 03e8158
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Change to backend directory
run: cd backend

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r backend/requirements.txt
- name: Run Tests
run: |
python manage.py test
python backend/manage.py test

0 comments on commit 03e8158

Please sign in to comment.