Skip to content

Commit

Permalink
building docs with py3.9 (#1958)
Browse files Browse the repository at this point in the history
(cherry picked from commit 78a741c)
  • Loading branch information
Borda committed Aug 1, 2023
1 parent 91bc214 commit 86a08ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ env:

jobs:
make-doctest:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.9"

- name: source cashing
uses: ./.github/actions/pull-caches
Expand All @@ -56,13 +56,13 @@ jobs:
make-html:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: "3.9"

- name: source cashing
uses: ./.github/actions/pull-caches
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ formats:
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
python: "3.9"

# Optionally set the version of Python and requirements required to build your docs
python:
Expand Down

0 comments on commit 86a08ed

Please sign in to comment.