Skip to content

Commit 8eebeb0

Browse files
authored
fix: docs build
limit python version
1 parent 8ba276b commit 8eebeb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-python@v4
1515
with:
16-
python-version: 3.x
16+
python-version: 3.11
1717
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
1818
- uses: actions/cache@v3
1919
with:

0 commit comments

Comments
 (0)