Skip to content

Commit

Permalink
debugging windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed May 23, 2024
1 parent cedece7 commit 1226902
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI_pyHAMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
update-environment: true

#- name: Setup tmate session
# if: contains( matrix.os, 'windows')
# uses: mxschmitt/action-tmate@v3

- name: Pip Install pyHAMS
run: |
'${{ steps.cp.outputs.python-path }}' -m pip install --upgrade pip
'${{ 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: Test run
run: |
Expand Down

0 comments on commit 1226902

Please sign in to comment.