Skip to content

Commit

Permalink
windll
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 22, 2023
1 parent 1586a73 commit 4727199
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI_WEIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
which -a openfast
cd /c/Miniconda3/envs/test/Library/bin/
ls *fast*.dll
python -c "import ctypes; ctypes.WinDLL('openfastlib.dll')"
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 4727199

Please sign in to comment.