Skip to content

Commit

Permalink
not sure why openfast isn't working
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 20, 2023
1 parent 0455814 commit 57fc55e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI_WEIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ jobs:
- name: Install WEIS
run: |
python setup.py develop
# Debugging session
- name: Setup tmate session
if: contains( matrix.os, 'windows')
uses: mxschmitt/action-tmate@v3

- name: Show openfast environment
run: |
which -a openfast
Expand All @@ -77,11 +82,6 @@ jobs:
openfast IEA-3.4-130-RWT.fst
cd ../../../03_NREL5MW_OC3_spar
python weis_driver.py
# Debugging session
#- name: Setup tmate session
# if: contains( matrix.os, 'windows')
# uses: mxschmitt/action-tmate@v3
# List the collected tests for debugging purposes
- name: List tests
Expand Down

0 comments on commit 57fc55e

Please sign in to comment.