Skip to content

Commit

Permalink
fixup! move requirement files and enable dependabot upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Oct 10, 2023
1 parent f030e07 commit 99f8db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ commands:
command: |
source $HOME/venv/bin/activate
python -m pip install --upgrade pip
python -m pip install --requirement doc/requirements.txt
python -m pip install --requirement requirements/docs.txt
cd doc/source
python -m sphinx -M html "." "_build" -W
Expand Down

0 comments on commit 99f8db5

Please sign in to comment.