Skip to content

Commit

Permalink
fix(ci): ensure pip reqs are installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Jan 30, 2024
1 parent bfc23f3 commit 227f409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Build docs
shell: bash
run: |
pip install myst-parser pydata-sphinx-theme sphinx-lua sphinx-press-theme sphinx
cat "$GITHUB_PATH"
echo "$PATH"
ls -la "$HOME/.local/bin" || true
Expand Down

0 comments on commit 227f409

Please sign in to comment.