We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517eb82 commit afa8880Copy full SHA for afa8880
.github/workflows/build-docs.yaml
@@ -21,7 +21,7 @@ jobs:
21
- name: set up python 3.10
22
uses: actions/setup-python@v5
23
with:
24
- python-version: 3.10
+ python-version: "3.10"
25
26
- name: setup poetry
27
run: |
0 commit comments