File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 74
74
fi
75
75
conda list -n test
76
76
77
+ - name : Setup tmate session
78
+ if : ${{ matrix.python-version == '3.9' }}
79
+ uses : mxschmitt/action-tmate@v3
80
+
77
81
- name : Test with pytest
78
82
env :
79
83
WITH_HADOOP : ${{ matrix.with-hadoop }}
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
export UNAME=" $( uname | awk ' {print tolower($0)}' ) "
4
- export PYTEST_CONFIG_WITHOUT_COV=" --log-level=DEBUG --timeout=1500 -W ignore::PendingDeprecationWarning"
4
+ export PYTEST_CONFIG_WITHOUT_COV=" -v - -log-level=DEBUG --timeout=1500 -W ignore::PendingDeprecationWarning"
5
5
export PYTEST_CONFIG=" $PYTEST_CONFIG_WITHOUT_COV --cov-config=setup.cfg --cov-report= --cov=mars"
6
6
7
7
if [[ " $GITHUB_REF " =~ ^" refs/tags/" ]]; then
You can’t perform that action at this time.
0 commit comments