Updated the workflow.

This commit is contained in:
Corey Oordt 2021-12-22 12:23:13 -06:00
parent 56a9b4f756
commit 82298af6bc

View file

@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install django
python -m pip install django
if [ -f requirements/test.txt ]; then pip install -r requirements/test.txt; fi
- name: Sphinx Pages
# You may pin to the exact commit or the version.