Skip to content

Commit a5d4513

Browse files
authored
might be missing msvc-runtime?
1 parent 05fc94e commit a5d4513

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
#$Env:boost_headers_DIR = 'C:\vcpkg\packages\boost-headers_x64-windows\share\boost_headers'
8989
#$Env:boost_config_DIR = 'C:\vcpkg\packages\boost-config_x64-windows\share\boost_config'
9090
$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
9192
python -m pip install '.[test]' -v
9293
9394
- name: List installed Python packages

0 commit comments

Comments
 (0)