Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghosts6 authored Sep 13, 2024
1 parent 4b8ae60 commit 1c2a6bf
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 @@ -8,7 +8,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest
strategy:
max-parallel: 4
Expand All @@ -24,7 +23,8 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r to_do_list/requirements.txt
- name: Run Tests
run: |
cd to_do_list
python manage.py test

0 comments on commit 1c2a6bf

Please sign in to comment.