Skip to content

Commit

Permalink
Modify workflow .yml again 2X
Browse files Browse the repository at this point in the history
  • Loading branch information
CaioPacheco committed Dec 12, 2023
1 parent 41692e5 commit a294348
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip3 install -r requirements.txt
- name: Run Tests
run: |
pytest .
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ colorama==0.4.6
comm==0.1.3
debugpy==1.6.7
decorator==5.1.1
django==0
djangorestframework==3.14.0
executing==1.2.0
ghp-import==2.1.0
Expand Down

0 comments on commit a294348

Please sign in to comment.