We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f107cc4 commit 56fc4d2Copy full SHA for 56fc4d2
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
run: |
37
git clone https://github.com/executablebooks/sphinx-exercise.git
38
cd sphinx-exercise
39
- python setup.py install
+ python -m pip install .
40
cd ../ && rm -rf sphinx-exercise
41
- name: Install Dependencies
42
shell: bash -l {0}
0 commit comments