Skip to content

Commit f42b668

Browse files
committedJun 9, 2022
TEST CONFIG
1 parent 5c00fdb commit f42b668

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎.github/workflows/core-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
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 }}

‎ci/reload-env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
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"
55
export PYTEST_CONFIG="$PYTEST_CONFIG_WITHOUT_COV --cov-config=setup.cfg --cov-report= --cov=mars"
66

77
if [[ "$GITHUB_REF" =~ ^"refs/tags/" ]]; then

0 commit comments

Comments
 (0)