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 ac3213f commit 15572f1Copy full SHA for 15572f1
.github/workflows/slow-checks.yml
@@ -43,6 +43,7 @@ jobs:
43
44
45
verify-poetry-installation:
46
+ needs: [ build-matrix ]
47
# This Job verifies if pipx installation is successful on each of the
48
# selected GitHub Runners.
49
strategy:
@@ -54,11 +55,7 @@ jobs:
54
55
- int-linux-x64-4core-gpu-t4-ubuntu24.04-1
56
- int-linux-x64-4core-ubuntu24.04-1
57
- int-linux-x64-2core-ubuntu24.04-1
- python-version:
58
- - "3.10"
59
- - "3.11"
60
- - "3.12"
61
- - "3.13"
+ python-version: ${{ fromJson(needs.build-matrix.outputs.matrix).python-version }}
62
name: Install Pipx on ${{ matrix.runner }} with Python "${{ matrix.python-version }}"
63
runs-on:
64
labels: ${{ matrix.runner }}
0 commit comments