diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 7861498..9e1f54f 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -12,9 +12,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install dependencies - run: | + run: / python -m pip install --upgrade pip if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - name: Test selenium - run: | + run: / python manage.py test \ No newline at end of file