Skip to content

Commit 8181c8b

Browse files
committed
Update Python version used in docs workflow
1 parent fe8ac40 commit 8181c8b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,17 @@ jobs:
99
build:
1010

1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
python-version: [3.9]
1512

1613
steps:
1714
- name: Checkout Source
1815
uses: actions/[email protected]
1916

20-
- name: Set up Python ${{ matrix.python-version }}
17+
- name: Set up Python
2118
uses: actions/setup-python@v5
2219
with:
23-
python-version: ${{ matrix.python-version }}
20+
python-version: 3.x
21+
cache: pip
22+
cache-dependency-path: pyproject.toml
2423

2524
- name: Install dependencies
2625
run: |

0 commit comments

Comments
 (0)