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 7474 fi
7575 conda list -n test
7676
77+ # - name: Setup tmate session
78+ # if: ${{ matrix.python-version == '3.9' }}
79+ # uses: mxschmitt/action-tmate@v3
80+
7781 - name : Test with pytest
7882 env :
7983 WITH_HADOOP : ${{ matrix.with-hadoop }}
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33export 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"
55export PYTEST_CONFIG=" $PYTEST_CONFIG_WITHOUT_COV --cov-config=setup.cfg --cov-report= --cov=mars"
66
77if [[ " $GITHUB_REF " =~ ^" refs/tags/" ]]; then
You can’t perform that action at this time.
0 commit comments