Skip to content

Commit

Permalink
Installing the dev requirements for doc building.
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 22, 2021
1 parent 82298af commit 55be640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install django
if [ -f requirements/test.txt ]; then pip install -r requirements/test.txt; fi
if [ -f requirements/test.txt ]; then pip install -r requirements/dev.txt; fi
- name: Sphinx Pages
# You may pin to the exact commit or the version.
# uses: seanzhengw/sphinx-pages@70dd0557fc226cfcd41c617aec5e9ee4fce4afe2
Expand Down

0 comments on commit 55be640

Please sign in to comment.