We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fc94e commit a5d4513Copy full SHA for a5d4513
.github/workflows/ci.yml
@@ -88,6 +88,7 @@ jobs:
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'
90
$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
93
94
- name: List installed Python packages
0 commit comments