From 71881058e2120bebe94c7dc269b81b33b73264d3 Mon Sep 17 00:00:00 2001 From: Wenjun Si Date: Wed, 15 Jun 2022 18:29:04 +0800 Subject: [PATCH] ADD DEBUG --- .github/workflows/core-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/core-ci.yml b/.github/workflows/core-ci.yml index a407a7cd9f..916c0cbe67 100644 --- a/.github/workflows/core-ci.yml +++ b/.github/workflows/core-ci.yml @@ -74,6 +74,10 @@ jobs: fi conda list -n test + - name: Setup tmate session + if: ${{ matrix.python-version == '3.8' }} + uses: mxschmitt/action-tmate@v3 + - name: Test with pytest env: WITH_HADOOP: ${{ matrix.with-hadoop }}