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 0ada223
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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
6 changes: 3 additions & 3 deletions .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0ada223

Please sign in to comment.