Skip to content

Commit b918774

Browse files
committed
.github/workflows/ci.yml: specify python-version for test-doc
1 parent 972171d commit b918774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: ./.github/actions/setup
7272
with:
7373
type: doc
74-
python-version: ${{ matrix.python-version }}
74+
python-version: "3.11"
7575
poetry-version: ${{ env.POETRY_VERSION }}
7676

7777
- name: Test

0 commit comments

Comments
 (0)