diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 812c0d2..f1f32c6 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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: / - \ No newline at end of file + - name: Test selenium + run: / + python manage.py test \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b77c722 --- /dev/null +++ b/requirements.txt @@ -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