You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sed "s/@PY_LIMITED_API/%PY_LIMITED_API%/g"%RECIPE_DIR%\scripts\%%F.bat >>%PREFIX%\etc\conda\%%F.d\%PKG_NAME%_%%F.bat
:: We also copy .sh scripts to be able to use them
:: with POSIX CLI on Windows.
sed "s/@PY_LIMITED_API/%PY_LIMITED_API%/g"%RECIPE_DIR%\scripts\%%F.sh >>%PREFIX%\etc\conda\%%F.d\%PKG_NAME%_%%F.sh
iferrorlevel1exit1
I think you forgot to create the bat versions of the activation scripts. [CI] didn't fail here because [the call on line 6] didn't have an if errorlevel.
The text was updated successfully, but these errors were encountered:
Copying my comment post-merge from the staged-recipes PR
python-abi3-feedstock/recipe/bld.bat
Lines 4 to 10 in db74157
I think you forgot to create the bat versions of the activation scripts. [CI] didn't fail here because [the call on line 6] didn't have an
if errorlevel
.The text was updated successfully, but these errors were encountered: