From 0ada223d3ebaee43eefcb4b3277b895ae5a2fa6e Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Fri, 27 Oct 2023 10:30:44 -0500 Subject: [PATCH] test --- .github/workflows/test-linux.yml | 1 + .github/workflows/test-mac.yml | 1 + .github/workflows/test-win.yml | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 81b060d9491..8fc8707d3fe 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -41,6 +41,7 @@ concurrency: jobs: build: + if: false name: Linux - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }} runs-on: ubuntu-20.04 env: diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index 123cd500eba..50a0deae0d3 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -41,6 +41,7 @@ concurrency: jobs: build: + if: false name: Mac - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }} runs-on: macos-12 env: diff --git a/.github/workflows/test-win.yml b/.github/workflows/test-win.yml index 28a50d66049..3bbee74acda 100644 --- a/.github/workflows/test-win.yml +++ b/.github/workflows/test-win.yml @@ -122,9 +122,9 @@ jobs: # 2. Check https://github.com/marketplace/actions/debugging-with-tmate for # usage. #- name: Setup remote ssh connection - # if: env.USE_CONDA == 'true' - # uses: mxschmitt/action-tmate@v3 - # timeout-minutes: 45 + if: env.USE_CONDA == 'true' + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 45 - name: Run manifest checks shell: bash -l {0} run: check-manifest