Skip to content

Commit

Permalink
CI: Add Python 3.10 to our doc builds
Browse files Browse the repository at this point in the history
Was delayed initially and got lost.
  • Loading branch information
dopplershift committed Sep 30, 2022
1 parent f636fa7 commit 2284662
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
os: macOS
- python-version: 3.9
os: Windows
- python-version: '3.10'
os: Windows

steps:
# We check out only a limited depth and then pull tags to save time
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
check-links: false
dep-versions: requirements.txt
- python-version: 3.9
check-links: false
dep-versions: requirements.txt
- python-version: '3.10'
check-links: true
dep-versions: requirements.txt
outputs:
Expand Down Expand Up @@ -74,7 +77,7 @@ jobs:
- name: Download doc build
uses: actions/download-artifact@v3
with:
name: Linux-3.9-docs
name: Linux-3.10-docs
path: ./docs/build/html

# This overrides the version "dev" with the proper version if we're building off a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
need-cartopy: true
type: doc
version-file: Prerelease
python-version: 3.9
python-version: '3.10'

- name: Build docs
id: build
Expand Down

0 comments on commit 2284662

Please sign in to comment.