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 8046eca commit e5c93bfCopy full SHA for e5c93bf
.github/workflows/docs.yml
@@ -27,15 +27,10 @@ jobs:
27
channels: conda-forge
28
python-version: 3.8
29
30
- - name: Install dependencies
31
- run: |
32
- python -m pip install --upgrade pip
33
- python -m pip install cython --install-option="--no-cython-compile"
34
-
35
- name: Install
36
run: |
37
- conda install graphviz
38
- python -m pip install --no-cache-dir -r requirements-dev.txt
+ conda install cython graphviz
+ python -m pip install -r requirements-dev.txt
39
40
- name: Generate docs
41
if: ${{ success() }}
0 commit comments