Skip to content

Commit

Permalink
Update Python version installed for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andresdelfino committed Jun 24, 2024
1 parent e505a5d commit 9571c46
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install .
pip install -r requirements_docs.txt
- name: Sphinx build
run: |
Expand Down

0 comments on commit 9571c46

Please sign in to comment.