Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Nov 7, 2023
1 parent 706b63b commit 3c90014
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ concurrency:
jobs:
build:
# Use this to disable the workflow
# if: false
if: false
name: Linux - Py${{ matrix.PYTHON_VERSION }}
runs-on: ubuntu-latest
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ jobs:
micromamba info
micromamba list
pip list
#- name: Setup tmate session
# if: env.USE_CONDA == 'true'
# uses: mxschmitt/action-tmate@v3
# timeout-minutes: 45
- name: Setup tmate session
if: env.USE_CONDA == 'true'
uses: mxschmitt/action-tmate@v3
timeout-minutes: 120
- name: Run manifest checks
shell: bash -l {0}
run: check-manifest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ concurrency:
jobs:
build:
# Use this to disable the workflow
# if: false
if: false
name: Mac - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }}
runs-on: macos-12
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ concurrency:
jobs:
build:
# Use this to disable the workflow
# if: false
if: false
name: Windows - Py${{ matrix.PYTHON_VERSION }}, ${{ matrix.INSTALL_TYPE }}, ${{ matrix.TEST_TYPE }}
runs-on: windows-latest
env:
Expand Down

0 comments on commit 3c90014

Please sign in to comment.