Skip to content

Commit

Permalink
force python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed May 13, 2020
1 parent 216aadc commit 4872aff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.7'

- name: Install Sphinx
run: |
pip install sphinx sphinx-rtd-theme
Expand Down

0 comments on commit 4872aff

Please sign in to comment.