Skip to content

Commit 15572f1

Browse files
committed
Try to pull python-version from matrix
1 parent ac3213f commit 15572f1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/slow-checks.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343

4444

4545
verify-poetry-installation:
46+
needs: [ build-matrix ]
4647
# This Job verifies if pipx installation is successful on each of the
4748
# selected GitHub Runners.
4849
strategy:
@@ -54,11 +55,7 @@ jobs:
5455
- int-linux-x64-4core-gpu-t4-ubuntu24.04-1
5556
- int-linux-x64-4core-ubuntu24.04-1
5657
- int-linux-x64-2core-ubuntu24.04-1
57-
python-version:
58-
- "3.10"
59-
- "3.11"
60-
- "3.12"
61-
- "3.13"
58+
python-version: ${{ fromJson(needs.build-matrix.outputs.matrix).python-version }}
6259
name: Install Pipx on ${{ matrix.runner }} with Python "${{ matrix.python-version }}"
6360
runs-on:
6461
labels: ${{ matrix.runner }}

0 commit comments

Comments
 (0)