Skip to content

Commit 1ed8f57

Browse files
committed
ci: docs use latest python
1 parent ab347f7 commit 1ed8f57

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
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Python
1515
uses: actions/setup-python@v6
1616
with:
17-
python-version: "3.8"
17+
python-version: "3.x"
1818

1919
- name: Upgrade pip
2020
run: |
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/cache@v4
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
32-
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
32+
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements-docs.txt') }}
3333
restore-keys: |
3434
${{ runner.os }}-pip-
3535

0 commit comments

Comments
 (0)