Skip to content

Commit

Permalink
ENH: Specify Python version in CI documentation build (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhlegarreta authored Jan 17, 2025
1 parent afb437b commit 51ebd1f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/doc_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install dependencies
run: |
python -m pip install --upgrade --user pip setuptools coverage
Expand Down

0 comments on commit 51ebd1f

Please sign in to comment.