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 584cb54 commit baff955Copy full SHA for baff955
.github/workflows/ci.yml
@@ -94,7 +94,7 @@ jobs:
94
- name: Install package and docs dependencies
95
run: |
96
set -eux
97
- pip install -vv -U .[docs,examples,test] requests_cache 'traitlets==4.*'
+ pip install -vv -U -e .[docs,examples,test] requests_cache 'traitlets==4.*'
98
- name: Build docs
99
100
0 commit comments