We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74c5be commit 5c09809Copy full SHA for 5c09809
2 files changed
conda-recipe-cf/bld.bat
@@ -6,7 +6,7 @@ set "CC=icx"
6
set "CXX=icx"
7
8
%PYTHON% -m build -w -n -x
9
-if %ERRORLEVEL% neq "0" exit 1
+if %ERRORLEVEL% neq 0 exit 1
10
11
for /f %%f in ('dir /b /S .\dist') do (
12
%PYTHON% -m pip install %%f ^
conda-recipe/bld.bat
0 commit comments