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 6185380 commit 19d8675Copy full SHA for 19d8675
.github/workflows/slow-checks.yml
@@ -50,8 +50,6 @@ jobs:
50
Verify-pipx-Installation:
51
# This Job verifies if pipx installation is successful on each of the
52
# selected GitHub Runners.
53
- needs: runner-images
54
- name: Install Pipx on ${{ matrix.runner }}
55
strategy:
56
fail-fast: false
57
matrix:
@@ -61,6 +59,7 @@ jobs:
61
59
- int-linux-x64-4core-gpu-t4-ubuntu24.04-1
62
60
- int-linux-x64-4core-ubuntu24.04-1
63
- int-linux-x64-2core-ubuntu24.04-1
+ name: Install Pipx on ${{ matrix.runner }}
64
runs-on:
65
labels: ${{ matrix.runner }}
66
0 commit comments