Skip to content

Commit 56fc4d2

Browse files
committed
pip install sphinx-exercise
1 parent f107cc4 commit 56fc4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
git clone https://github.com/executablebooks/sphinx-exercise.git
3838
cd sphinx-exercise
39-
python setup.py install
39+
python -m pip install .
4040
cd ../ && rm -rf sphinx-exercise
4141
- name: Install Dependencies
4242
shell: bash -l {0}

0 commit comments

Comments
 (0)