Skip to content

Commit

Permalink
Merge pull request #20415 from charris/backport-20393
Browse files Browse the repository at this point in the history
CI: CircleCI: Install numpy after processing doc_requirements.txt
  • Loading branch information
charris committed Nov 19, 2021
2 parents f332a35 + 6e67049 commit fc9b124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
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 fc9b124

Please sign in to comment.