Skip to content

Commit d0ced00

Browse files
committed
ADD DEBUG
1 parent 8521bfa commit d0ced00

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .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 }}

0 commit comments

Comments
 (0)