File tree Expand file tree Collapse file tree 1 file changed +8
-16
lines changed
Expand file tree Collapse file tree 1 file changed +8
-16
lines changed Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments