summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2022-05-12 16:07:01 -0700
committerGitHub <noreply@github.com>2022-05-12 16:07:01 -0700
commit3cbc47a58459016c4189b6c9a248a4d067bcdf21 (patch)
treefdc8947f7ccdce50abff0fe390a301d94414e1d9 /.github/workflows
parent52a660ecbe0d0bb04250aa265475414d99decbec (diff)
downloadnetworkx-3cbc47a58459016c4189b6c9a248a4d067bcdf21.tar.gz
Build docs with Py 3.9 (#5632)
Rasterio doesn't have a wheel for Python 3.10 yet and we don't want to manually build it.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/deploy-docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml
index 1a423dd1..4c233e1d 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v3
with:
- python-version: '3.10'
+ python-version: '3.9'
- name: Before install
run: |