Skip to content

Commit 643a4e9

Browse files
committed
move debug output
1 parent 678cb8e commit 643a4e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)