Skip to content

Commit

Permalink
change install order
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed May 14, 2024
1 parent a0a58dd commit 47e244a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip wheel setuptools docutils\<0.18 Sphinx
python -m pip install git+https://github.com/desihub/[email protected]
python -m pip install -e .[docs]
- name: Test the documentation
Expand Down

0 comments on commit 47e244a

Please sign in to comment.