From 51a3097e5fe113188c8c53fa755ca5e40b48a59e Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Tue, 3 Dec 2024 21:43:41 +0100 Subject: [PATCH] pyd --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4abae4d3..ca7e46e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,6 +42,5 @@ jobs: cmake -DCMAKE_INSTALL_PREFIX=%cd:\=/%/install -DNLOPT_TESTS=ON . cmake --build . --config Release --target install xcopy %cd%\install\bin\nlopt.dll %cd%\src\swig - xcopy %cd%\install\Lib\site-packages\_nlopt*.pyd %cd%\src\swig dir /p %cd%\src\swig ctest -C Release --output-on-failure --timeout 100