Skip to content

Commit 495fa55

Browse files
authored
use GMP_DLL_TO_COPY
1 parent 08e760e commit 495fa55

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,8 @@ jobs:
8484
$Env:GMP_LIB_DIR = 'C:\vcpkg\packages\gmp_x64-windows\lib'
8585
$Env:MPFR_INC_DIR = 'C:\vcpkg\packages\mpfr_x64-windows\include'
8686
$Env:MPFR_LIB_DIR = 'C:\vcpkg\packages\mpfr_x64-windows\lib'
87-
#$Env:Boost_DIR = 'C:\vcpkg\packages\boost-cmake_x64-windows\share\boost'
88-
#$Env:boost_headers_DIR = 'C:\vcpkg\packages\boost-headers_x64-windows\share\boost_headers'
89-
#$Env:boost_config_DIR = 'C:\vcpkg\packages\boost-config_x64-windows\share\boost_config'
9087
$Env:CMAKE_PREFIX_PATH = "C:\vcpkg\packages\getopt-win32_x64-windows\share\unofficial-getopt-win32;$Env:CMAKE_PREFIX_PATH"
91-
python -m pip install msvc-runtime
92-
python -m pip install '.[test]' -v
88+
python -m pip install '.[test]' -v -C"cmake.define.GMP_DLL_TO_COPY"="C:\\vcpkg\\packages\\gmp_x64-windows\\bin\\gmp-10.dll"
9389
9490
- name: List installed Python packages
9591
run: python -m pip list

0 commit comments

Comments
 (0)