Skip to content

Commit 2e946cf

Browse files
authored
Apply suggestions from code review
1 parent a34a205 commit 2e946cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/poetry-lock-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Set up Python
9191
uses: actions/setup-python@v5
9292
with:
93-
python-version: ${{ steps.tool-versions.outputs.python }}
93+
python-version: ${{ matrix.python-version }}
9494
cache: "poetry"
9595

9696
# Run `poetry lock`

.github/workflows/pytest_matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/setup-python@v5
7171
if: steps.changes.outputs.src == 'true'
7272
with:
73-
python-version: ${{ steps.tool-versions.outputs.python }}
73+
python-version: ${{ matrix.python-version }}
7474
cache: "poetry"
7575
- name: Install dependencies
7676
if: steps.changes.outputs.src == 'true'

.github/workflows/test-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Set up Python
9393
uses: actions/setup-python@v5
9494
with:
95-
python-version: ${{ steps.tool-versions.outputs.python }}
95+
python-version: ${{ matrix.python-version }}
9696
cache: "poetry"
9797
- name: Install dependencies
9898
run: poetry install --all-extras

0 commit comments

Comments
 (0)