Skip to content

Commit e5c93bf

Browse files
authored
Update docs.yml
1 parent 8046eca commit e5c93bf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,10 @@ jobs:
2727
channels: conda-forge
2828
python-version: 3.8
2929

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-
3530
- name: Install
3631
run: |
37-
conda install graphviz
38-
python -m pip install --no-cache-dir -r requirements-dev.txt
32+
conda install cython graphviz
33+
python -m pip install -r requirements-dev.txt
3934
4035
- name: Generate docs
4136
if: ${{ success() }}

0 commit comments

Comments
 (0)