Skip to content

Commit

Permalink
add openfast_toolbox
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Jan 6, 2024
1 parent 3744f64 commit 1290bac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CI_rosco-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,12 @@ jobs:
run: |
conda install openfast==3.5.1
- name: Add pyFAST dependency
run: |
git clone http://github.com/OpenFAST/openfast_toolbox
cd openfast_toolbox
python -m pip install .
# Test walkthrough notebook
#- name: Test walkthrough notebook
# run: |
Expand Down

0 comments on commit 1290bac

Please sign in to comment.