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 97a3021 commit 283ec81Copy full SHA for 283ec81
.github/workflows/build_and_deploy_docs.yaml
@@ -55,7 +55,7 @@ jobs:
55
56
- name: Install Python dependencies
57
run: |
58
- pipx install --python ${{ matrix.python-version }} poetry
+ pipx install --python ${{ env.PYTHON_VERSION }} poetry
59
make install-dev
60
61
- name: Build generated API reference
.github/workflows/run_release.yaml
@@ -98,7 +98,7 @@ jobs:
98
99
100
101
102
103
104
- # Determine if this is a prerelease or latest release
0 commit comments