Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Oct 27, 2023
1 parent 94231a9 commit d53f341
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ jobs:
# MSYS2 packages to create the connection.
# 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
- name: Setup remote ssh connection
if: env.USE_CONDA == 'true'
uses: mxschmitt/action-tmate@v3
timeout-minutes: 45
- name: Run manifest checks
shell: bash -l {0}
run: check-manifest
Expand Down

0 comments on commit d53f341

Please sign in to comment.