Skip to content

Commit debae64

Browse files
committed
chore: Python version in CI
1 parent 0344ba9 commit debae64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Install Dependencies
3030
run: |
31-
poetry env use "${{ matrix.python-version }}"
31+
poetry env use "3.11"
3232
poetry install --extras all
3333
3434
- name: Build documentation

0 commit comments

Comments
 (0)