diff --git a/.github/workflows/CI_pyHAMS.yml b/.github/workflows/CI_pyHAMS.yml index a5439e0..deb73f8 100644 --- a/.github/workflows/CI_pyHAMS.yml +++ b/.github/workflows/CI_pyHAMS.yml @@ -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: |