Skip to content

Commit c177650

Browse files
authored
let docs install newest traitlets to get logs
1 parent ac6f17d commit c177650

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,13 @@ jobs:
9292
with:
9393
node-version: 14.x
9494
- 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
9599
run: |
96100
set -eux
97-
pip install -vv -U .[docs,examples,test] requests_cache 'traitlets==4.*'
101+
pip install -vv -U .[docs,examples,test] requests_cache
98102
- name: Build docs
99103
run: |
100104
set -eux

0 commit comments

Comments
 (0)