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 }}