We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972171d commit b918774Copy full SHA for b918774
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
uses: ./.github/actions/setup
72
with:
73
type: doc
74
- python-version: ${{ matrix.python-version }}
+ python-version: "3.11"
75
poetry-version: ${{ env.POETRY_VERSION }}
76
77
- name: Test
0 commit comments