diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 849576bfc1..89c19183ff 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -44,13 +44,6 @@ jobs: OPENBLAS_NUM_THREADS: 1 RDMAV_FORK_SAFE: 1 steps: - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 20 - with: - detached: true - limit-access-to-actor: true - - name: Cleanup if: ${{ always() }} run: rm -rf pip_venv