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 2e5ec25 commit 023d4beCopy full SHA for 023d4be
conda-recipe/bld.bat
@@ -13,13 +13,6 @@ set "VERBOSE=1"
13
%PYTHON% -m build -w -n -x
14
if %ERRORLEVEL% neq 0 exit 1
15
16
-:: `pip install dist\numpy*.whl` does not work on windows,
17
-:: so use a loop; there's only one wheel in dist/ anyway
18
-for /f %%f in ('dir /b /S .\dist') do (
19
- %PYTHON% -m wheel tags --remove %%f
20
- if %ERRORLEVEL% neq 0 exit 1
21
-)
22
-
23
:: wheel file was renamed
24
for /f %%f in ('dir /b /S .\dist') do (
25
%PYTHON% -m pip install %%f ^
0 commit comments