Skip to content

Commit

Permalink
Try to fix documentation deployment (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Mar 29, 2024
1 parent 9706946 commit 635b49a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,10 @@ jobs:
at: ~/
- bash_env
- gitconfig
- run:
name: Install dependencies
command: |
pip install -ve .[docs]
- run:
# This is a bit computationally inefficient, but it should be much
# faster to "cp" directly on the machine rather than persist
Expand Down

0 comments on commit 635b49a

Please sign in to comment.