Skip to content

Commit d77765f

Browse files
authored
Merge pull request #160 from shapeshifter/fix-python-ver-for-pipeline
pin python version for docs-pr to compatible version
2 parents bb8a126 + 246ed0f commit d77765f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0 # checkout branch history required to update
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.x
19+
python-version: 3.12
2020
- uses: actions/cache@v4
2121
with:
2222
key: ${{ github.ref }}

0 commit comments

Comments
 (0)