We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31a3a3 commit d43bee5Copy full SHA for d43bee5
.circleci/config.yml
@@ -44,8 +44,8 @@ jobs:
44
. venv/bin/activate
45
pip install --progress-bar=off --upgrade pip 'setuptools<49.2.0'
46
pip install --progress-bar=off -r test_requirements.txt
47
- pip install .
48
pip install --progress-bar=off -r doc_requirements.txt
+ pip install .
49
50
- run:
51
name: create release notes
0 commit comments