Skip to content

Commit

Permalink
pip install sphinx-exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
AakashGfude committed Apr 19, 2024
1 parent f107cc4 commit 56fc4d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
git clone https://github.com/executablebooks/sphinx-exercise.git
cd sphinx-exercise
python setup.py install
python -m pip install .
cd ../ && rm -rf sphinx-exercise
- name: Install Dependencies
shell: bash -l {0}
Expand Down

1 comment on commit 56fc4d2

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.