Skip to content

Commit 318c112

Browse files
committed
Removed debugging stuff
1 parent 3e16808 commit 318c112

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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:
@@ -64,4 +64,4 @@ jobs:
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

0 commit comments

Comments
 (0)