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.
2 parents e3b7891 + 6aa6838 commit 11ee7dfCopy full SHA for 11ee7df
.circleci/config.yml
@@ -59,7 +59,7 @@ defaults: &defaults
59
command: |
60
virtualenv ci
61
. ci/bin/activate
62
- pip install six lxml flake8 tox pytest black
+ pip install six lxml flake8 tox pytest black .[test]
63
python setup.py develop
64
# Save dependency cache
65
- save_cache:
@@ -87,7 +87,7 @@ defaults: &defaults
87
name: Run all tests
88
89
90
- pip install -e ".[prometheus]" ".[test]"
+ pip install -e .[prometheus,test]
91
python -m ipykernel install --user --name=notebooker_kernel
92
pip install -r ./notebooker/notebook_templates_example/notebook_requirements.txt
93
mkdir test-results
0 commit comments