Skip to content

Commit 71a8c3f

Browse files
authored
Update CI.yml
1 parent 2e82c4e commit 71a8c3f

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
@@ -39,7 +39,6 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
pip install coverage
42-
pip install sphinx
4342
pip install pytest
4443
pip install -r requirements.txt
4544
@@ -64,6 +63,11 @@ jobs:
6463
steps:
6564
- uses: actions/checkout@v2
6665

66+
- name: Install dependencies
67+
run: |
68+
python -m pip install --upgrade pip
69+
pip install sphinx
70+
6771
- name: Build documentation
6872
run: |
6973
cd docs

0 commit comments

Comments
 (0)