Skip to content

Commit

Permalink
Fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Mar 14, 2021
1 parent 4430b62 commit 6a10613
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ jobs:
- name: "Set up Python 3.7"
uses: actions/[email protected]
with:
python-version: '3.7' # Semantic version range syntax or exact version of a Python version
python-version: '3.7'

- name: "Display Python version"
run: python -c "import sys; print(sys.version)"

- name: "Install Sphinx dependencies"
run: sudo apt-get install python-dev build-essential

- name: "Cache pip"
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 6a10613

Please sign in to comment.