Skip to content

Commit fd075b7

Browse files
committed
ci: set GENERATE_PYTHON_STUBS on Windows
1 parent d82f15c commit fd075b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows-conda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
-G "NMake Makefiles" ^
4040
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
4141
-DCMAKE_BUILD_TYPE=Release ^
42+
-DGENERATE_PYTHON_STUBS=ON ^
4243
-DPYTHON_SITELIB=%CONDA_PREFIX%\Lib\site-packages ^
4344
-DPYTHON_EXECUTABLE=%CONDA_PREFIX%\python.exe ^
4445
..

0 commit comments

Comments
 (0)