Skip to content

Commit 6185380

Browse files
ckunkitkilias
andauthored
Apply suggestions from code review
Co-authored-by: Torsten Kilias <[email protected]>
1 parent 2f0c48d commit 6185380

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

.github/workflows/slow-checks.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@ jobs:
4646
path: .coverage
4747
include-hidden-files: true
4848

49-
runner-images:
50-
name: List Runner Images
51-
runs-on: ubuntu-24.04
52-
steps:
53-
- id: generate
54-
run: |
55-
echo runners=$(jq -n '$ARGS.positional' --args \
56-
ubuntu-24.04 \
57-
int-linux-x64-4core-gpu-t4-ubuntu24.04-1 \
58-
int-linux-x64-4core-ubuntu24.04-1 \
59-
) >> "$GITHUB_OUTPUT"
60-
outputs:
61-
runners: ${{ steps.generate.outputs.runners }}
6249

6350
Verify-pipx-Installation:
6451
# This Job verifies if pipx installation is successful on each of the
@@ -68,7 +55,12 @@ jobs:
6855
strategy:
6956
fail-fast: false
7057
matrix:
71-
runner: ${{ fromJSON(needs.runner-images.outputs.runners) }}
58+
runner:
59+
- ubuntu-24.04
60+
- ubuntu-22.04
61+
- int-linux-x64-4core-gpu-t4-ubuntu24.04-1
62+
- int-linux-x64-4core-ubuntu24.04-1
63+
- int-linux-x64-2core-ubuntu24.04-1
7264
runs-on:
7365
labels: ${{ matrix.runner }}
7466

@@ -79,5 +71,5 @@ jobs:
7971
- name: Setup Python & Poetry Environment
8072
uses: ./.github/actions/python-environment
8173

82-
- name: Pipx version
83-
run: pipx --version
74+
- name: Poetry version
75+
run: poetry --version

0 commit comments

Comments
 (0)