Skip to content

Commit

Permalink
remove tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed May 23, 2024
1 parent 3eafeb7 commit a2fddcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_pyHAMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
'${{ steps.cp.outputs.python-path }}' -m pip install meson-python meson numpy ninja wheel setuptools
'${{ steps.cp.outputs.python-path }}' -m pip install --no-build-isolation -e . -v
- name: Setup tmate session
if: contains( matrix.os, 'windows')
uses: mxschmitt/action-tmate@v3
#- name: Setup tmate session
# if: contains( matrix.os, 'windows')
# uses: mxschmitt/action-tmate@v3

- name: Test run
run: |
Expand Down

0 comments on commit a2fddcd

Please sign in to comment.