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