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 ac6f17d commit c177650Copy full SHA for c177650
.github/workflows/ci.yml
@@ -92,9 +92,13 @@ jobs:
92
with:
93
node-version: 14.x
94
- name: Install package and docs dependencies
95
+ # run: |
96
+ # set -eux
97
+ # pip install -vv -U .[docs,examples,test] requests_cache 'traitlets==4.*'
98
+ # TODO: uncomment above, remove below to get docs to build, add link to issue
99
run: |
100
set -eux
- pip install -vv -U .[docs,examples,test] requests_cache 'traitlets==4.*'
101
+ pip install -vv -U .[docs,examples,test] requests_cache
102
- name: Build docs
103
104
0 commit comments