Skip to content

Commit 283ec81

Browse files
committed
ci: fix python version reference
1 parent 97a3021 commit 283ec81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Install Python dependencies
5757
run: |
58-
pipx install --python ${{ matrix.python-version }} poetry
58+
pipx install --python ${{ env.PYTHON_VERSION }} poetry
5959
make install-dev
6060
6161
- name: Build generated API reference

.github/workflows/run_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: Install Python dependencies
100100
run: |
101-
pipx install --python ${{ matrix.python-version }} poetry
101+
pipx install --python ${{ env.PYTHON_VERSION }} poetry
102102
make install-dev
103103
104104
- # Determine if this is a prerelease or latest release

0 commit comments

Comments
 (0)