Skip to content

Commit 19d8675

Browse files
committed
Removed needs from GitHub workflow
1 parent 6185380 commit 19d8675

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/slow-checks.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
Verify-pipx-Installation:
5151
# This Job verifies if pipx installation is successful on each of the
5252
# selected GitHub Runners.
53-
needs: runner-images
54-
name: Install Pipx on ${{ matrix.runner }}
5553
strategy:
5654
fail-fast: false
5755
matrix:
@@ -61,6 +59,7 @@ jobs:
6159
- int-linux-x64-4core-gpu-t4-ubuntu24.04-1
6260
- int-linux-x64-4core-ubuntu24.04-1
6361
- int-linux-x64-2core-ubuntu24.04-1
62+
name: Install Pipx on ${{ matrix.runner }}
6463
runs-on:
6564
labels: ${{ matrix.runner }}
6665

0 commit comments

Comments
 (0)