diff --git a/.appveyor.yml b/.appveyor.yml index 233b435..af6a520 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -36,7 +36,7 @@ install: - set PATH=C:\swigwin-4.1.1;%PATH% # install pylon - appveyor-retry curl -sSfL -o pylon_installer.exe %PYLON_DOWNLOAD_URL_BASE%basler_pylon_7_4_0_14900.exe - - pylon_installer.exe /quiet /install="Runtime;GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs" + - pylon_installer.exe /quiet /install="GigE_Support;USB_Support;Camera_Link_Support;CoaXPress_Support;GenTL_Consumer_Support;CamEmu_Support;SDKs;DataProcessing_SDK" # PYLON_DEV_DIR is not available in the shell after installation, so we set it manually - set PYLON_DEV_DIR=%PROGRAMFILES%\Basler\pylon 7\Development # install numpy for the unittests