Skip to content

Commit 76cb8da

Browse files
committed
remove matrix strategy
1 parent 26e2361 commit 76cb8da

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/testflux.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212
permissions:
1313
packages: read
14-
strategy:
15-
fail-fast: false
16-
matrix:
17-
container: ['fluxrm/flux-sched:focal-v0.28.0']
1814

1915
container:
20-
image: ${{ matrix.container }}
16+
image: fluxrm/flux-sched:focal-v0.28.0
2117
options: "--platform=linux/amd64 --user root -it --init"
2218

23-
name: ${{ matrix.container }}
2419
steps:
2520
- name: Make Space
2621
run: |
@@ -36,7 +31,7 @@ jobs:
3631
ln -s /usr/bin/python3 /usr/bin/python
3732
python -m pip install --upgrade pip && pip install -e ".[test]" && python -c 'import pydra; print(pydra.__version__)'
3833
pip install -e "git+https://github.com/adi611/psij-python.git@adi611-patch-2#egg=psij-python"
39-
- name: Start Flux and Run Test
34+
- name: Run pytest
4035
run: |
4136
export PATH=$PWD/bin:$PATH
4237
flux start python -V

0 commit comments

Comments
 (0)