Skip to content

Commit 36361dc

Browse files
authored
test: updated command for sphinx setup
1 parent 1a19b53 commit 36361dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ jobs:
159159
160160
- name: Install sphinx dependencies
161161
run: |
162-
python -m pip install sphinx sphinx-argparse --user
162+
choco install sphinx
163+
python -m pip install sphinx-argparse --user
163164
164165
- name: Install tldr dependencies
165166
run:

0 commit comments

Comments
 (0)