From 5c20e9bc613c7f1ba8de725a8d42856ba8101095 Mon Sep 17 00:00:00 2001 From: Garrett Barter Date: Thu, 21 Dec 2023 10:39:33 -0700 Subject: [PATCH] try ctypes directly --- .github/workflows/CI_WEIS.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI_WEIS.yml b/.github/workflows/CI_WEIS.yml index 42de0c4ae..c2cd4dd78 100644 --- a/.github/workflows/CI_WEIS.yml +++ b/.github/workflows/CI_WEIS.yml @@ -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