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 c177650 commit 518e124Copy full SHA for 518e124
.github/workflows/ci.yml
@@ -92,13 +92,14 @@ 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
101
- pip install -vv -U .[docs,examples,test] requests_cache
+ pip install -vv -U -e .[docs,examples,test] requests_cache
+ - name: Validate docs environment
+ run: |
+ set -eux
+ pip freeze
102
+ pip check
103
- name: Build docs
104
105
0 commit comments