Skip to content

Commit

Permalink
requirements file shifted
Browse files Browse the repository at this point in the history
  • Loading branch information
MueezKhan246 committed Jan 11, 2022
1 parent d5be6b1 commit 86cdd9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
python manage.py test
# - name: Test selenium
# run: /

- name: Test selenium
run: /
python manage.py test
6 changes: 6 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
asgiref==3.3.4
Django==3.2
pytz==2021.1
selenium==3.141.0
sqlparse==0.4.1
urllib3==1.26.4

0 comments on commit 86cdd9a

Please sign in to comment.