From fad4abfc8cc6940dc4782eedcc82dd8cd14ecf36 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Wed, 14 Feb 2024 09:34:31 -0700 Subject: [PATCH] remove test debugging --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd7c851..d5cc3b5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,9 @@ jobs: '${{ steps.cp.outputs.python-path }}' -m pytest -v --disable-warnings pCrunch # Debugging session - - name: Setup tmate session - if: contains( matrix.os, 'ubuntu') - uses: mxschmitt/action-tmate@v3 + #- name: Setup tmate session + # if: contains( matrix.os, 'ubuntu') + # uses: mxschmitt/action-tmate@v3 - name: Test examples run: |