Skip to content

Commit

Permalink
CI: CircleCI: Install numpy after processing doc_requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser authored and charris committed Nov 19, 2021
1 parent f332a35 commit 6e67049
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 @@ -44,8 +44,8 @@ jobs:
. venv/bin/activate
pip install --progress-bar=off --upgrade pip 'setuptools<49.2.0'
pip install --progress-bar=off -r test_requirements.txt
pip install .
pip install --progress-bar=off -r doc_requirements.txt
pip install .
- run:
name: create release notes
Expand Down

0 comments on commit 6e67049

Please sign in to comment.