File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ jobs:
3737 runs-on : ubuntu-latest
3838 steps :
3939 - uses : actions/checkout@v2
40- - uses : mxschmitt/action-tmate@v3
41- with :
42- detached : true
43- limit-access-to-actor : true
40+ # - uses: mxschmitt/action-tmate@v3
41+ # with:
42+ # detached: true
43+ # limit-access-to-actor: true
4444 - name : Test with pytest
4545 uses : addnab/docker-run-action@v3
4646 with :
6464 pip install -r requirements-connector-radical.txt
6565 make launcher-scripts
6666 make install
67- PYTHONPATH=$(flux env | grep PYTHONPATH | sed -E 's/.*PYTHONPATH="(.*)"/\1/') OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 make tests -- -s
67+ PYTHONPATH=$(flux env | grep PYTHONPATH | sed -E 's/.*PYTHONPATH="(.*)"/\1/') OMPI_ALLOW_RUN_AS_ROOT=1 OMPI_ALLOW_RUN_AS_ROOT_CONFIRM=1 make tests
You can’t perform that action at this time.
0 commit comments