Skip to content

Commit d43bee5

Browse files
WarrenWeckessercharris
authored andcommitted
CI: CircleCI: Install numpy after processing doc_requirements.txt
1 parent b31a3a3 commit d43bee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
. venv/bin/activate
4545
pip install --progress-bar=off --upgrade pip 'setuptools<49.2.0'
4646
pip install --progress-bar=off -r test_requirements.txt
47-
pip install .
4847
pip install --progress-bar=off -r doc_requirements.txt
48+
pip install .
4949
5050
- run:
5151
name: create release notes

0 commit comments

Comments
 (0)