Skip to content

Commit

Permalink
try ctypes directly
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 21, 2023
1 parent e658c4d commit 5c20e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI_WEIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
- name: Show openfast environment
run: |
which -a openfast
cd /c/Miniconda3/envs/test/Library/bin/
python -c "import ctypes; ctypes.cdll.LoadLibrary('openfastlib.dll')"
cd examples/03_NREL5MW_OC3_spar
python weis_driver.py
Expand Down

0 comments on commit 5c20e9b

Please sign in to comment.