Skip to content

Commit

Permalink
Ole
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 22, 2023
1 parent 4727199 commit b2b870e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI_WEIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ jobs:
cd /c/Miniconda3/envs/test/Library/bin/
ls *fast*.dll
python -c "import ctypes; ctypes.WinDLL('openfastlib.dll')"
ls *fast*.dll
python -c "import ctypes; ctypes.OleDLL('openfastlib.dll')"
ls *fast*.dll
python -c "import ctypes; ctypes.cdll.LoadLibrary('openfastlib.dll')"
ls *fast*.dll
cd examples/03_NREL5MW_OC3_spar
python weis_driver.py
Expand Down

0 comments on commit b2b870e

Please sign in to comment.