diff --git a/.github/workflows/tests+pypi.yml b/.github/workflows/tests+pypi.yml index 9bc2741a..8f832c7b 100644 --- a/.github/workflows/tests+pypi.yml +++ b/.github/workflows/tests+pypi.yml @@ -206,10 +206,10 @@ jobs: GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} python -m pytest --durations=10 -v -s -We -p no:unraisableexception gitmodules/devops_tests ### uncomment to gain ssh access in case of failure - - if: ${{ failure() }} - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true +# - if: ${{ failure() }} +# uses: mxschmitt/action-tmate@v3 +# with: +# limit-access-to-actor: true dist_check: runs-on: ubuntu-latest