Skip to content

Commit 7f97fc8

Browse files
authored
chore(ci): update docs pipeline python version (googleapis#127)
1 parent 492a455 commit 7f97fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Python
1313
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
1414
with:
15-
python-version: "3.9"
15+
python-version: "3.10"
1616
- name: Install nox
1717
run: |
1818
python -m pip install --upgrade setuptools pip wheel
@@ -35,4 +35,4 @@ jobs:
3535
python -m pip install nox
3636
- name: Run docfx
3737
run: |
38-
nox -s docfx
38+
nox -s docfx

0 commit comments

Comments
 (0)