Skip to content

Commit dc6902e

Browse files
authored
Update build-docs.yml (#37)
1 parent b245c31 commit dc6902e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616

1717
- name: Install dependencies
1818
run: |
19-
pip install -U sphinx
20-
pip install -r requirements.txt
19+
pip3 install -U sphinx
20+
pip3 install -r requirements.txt
2121
2222
- name: Build Handbook
2323
uses: ammaraskar/sphinx-action@master

0 commit comments

Comments
 (0)