Skip to content

Commit

Permalink
try fix rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Dec 20, 2023
1 parent 63bfa5a commit 36095e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build:
# - poetry install -E html -E pdf -E png
commands:
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- sudo dpkg -i google-chrome-stable_current_amd64.deb
- dpkg -i google-chrome-stable_current_amd64.deb --force-not-root --root=$HOME
- pip install poetry
- poetry install -E html -E pdf -E png

Expand Down

0 comments on commit 36095e1

Please sign in to comment.