File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,15 +105,15 @@ jobs:
105105
106106 $env:CMAKE_ARGS = "$env:CMAKE_ARGS -DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
107107
108+ # 6) Build the wheel via setuptools+cmake_setuptools (inherits env above)
109+ python -m pip install -v .[dev]
110+ python -m pip show pysvzerod
111+
108112 Get-ChildItem -Recurse -Filter CMakeCache.txt | Select-Object -First 1 | ForEach-Object {
109113 Write-Host "=== CMakeCache.txt ==="
110114 Get-Content $_ | Select-String -Pattern "CMAKE_GENERATOR|CMAKE_MAKE_PROGRAM|CMAKE_BUILD_TOOL|Python_EXECUTABLE"
111115 }
112116
113- # 6) Build the wheel via setuptools+cmake_setuptools (inherits env above)
114- python -m pip install -v --no-build-isolation .[dev]
115- python -m pip show pysvzerod
116-
117117 - name : Test the build
118118 run : |
119119 cd tests
You can’t perform that action at this time.
0 commit comments