Skip to content

Commit

Permalink
remove matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
adi611 committed Oct 3, 2023
1 parent 26e2361 commit 76cb8da
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/testflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: read
strategy:
fail-fast: false
matrix:
container: ['fluxrm/flux-sched:focal-v0.28.0']

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

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

0 comments on commit 76cb8da

Please sign in to comment.