Skip to content

Commit

Permalink
FIX: Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jan 26, 2022
1 parent 7596cc0 commit 8fa4b99
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 @@ -87,7 +87,7 @@ jobs:
- run:
name: Get Python running
command: |
python -m pip install --upgrade --progress-bar off pip setuptools
python -m pip install --upgrade pip setuptools wheel
python -m pip install --upgrade --progress-bar off --pre sphinx
python -m pip install --upgrade --progress-bar off -r requirements.txt -r requirements_testing.txt -r requirements_doc.txt
python -m pip install -e .
Expand Down

0 comments on commit 8fa4b99

Please sign in to comment.