Skip to content

Commit

Permalink
Per #1834, added sphinx-panels to pip install command to see if that …
Browse files Browse the repository at this point in the history
…fixes the error
  • Loading branch information
jprestop committed Jun 28, 2021
1 parent a302016 commit 6105e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade python-dateutil requests sphinx \
sphinx-gallery Pillow sphinx_rtd_theme
sphinx-gallery Pillow sphinx_rtd_theme sphinx-panels
- name: Build docs
run: ./.github/jobs/build_documentation.sh
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 6105e79

Please sign in to comment.