From 2f92eb6d2619a618390df3f82ebdad163a54e259 Mon Sep 17 00:00:00 2001 From: "conda-forge-webservices[bot]" <91080706+conda-forge-webservices[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 09:55:20 +0000 Subject: [PATCH] MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and conda-forge-pinning 2023.10.20.09.48.02 --- .scripts/build_steps.sh | 2 +- .scripts/run_osx_build.sh | 2 +- .scripts/run_win_build.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.scripts/build_steps.sh b/.scripts/build_steps.sh index 7eab458..4bf6b06 100755 --- a/.scripts/build_steps.sh +++ b/.scripts/build_steps.sh @@ -34,7 +34,7 @@ CONDARC export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 conda install --update-specs --yes --quiet --channel conda-forge --strict-channel-priority \ - pip conda conda-libmamba-solver conda-build conda-forge-ci-setup=3 + pip conda conda-libmamba-solver conda-build conda-forge-ci-setup=3 "conda>=23.9" "conda-libmamba-solver>=23.9" "conda-build>=3.27" # set up the condarc setup_conda_rc "${FEEDSTOCK_ROOT}" "${RECIPE_ROOT}" "${CONFIG_FILE}" diff --git a/.scripts/run_osx_build.sh b/.scripts/run_osx_build.sh index 1557d5e..9661db3 100755 --- a/.scripts/run_osx_build.sh +++ b/.scripts/run_osx_build.sh @@ -26,7 +26,7 @@ export CONDA_SOLVER="libmamba" export CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1 conda install --update-specs --quiet --yes --channel conda-forge --strict-channel-priority \ - pip conda conda-libmamba-solver conda-build conda-forge-ci-setup=3 + pip conda conda-libmamba-solver conda-build conda-forge-ci-setup=3 "conda>=23.9" "conda-libmamba-solver>=23.9" "conda-build>=3.27" diff --git a/.scripts/run_win_build.bat b/.scripts/run_win_build.bat index dfe8afd..4b75a47 100755 --- a/.scripts/run_win_build.bat +++ b/.scripts/run_win_build.bat @@ -24,7 +24,7 @@ set "CONDA_LIBMAMBA_SOLVER_NO_CHANNELS_FROM_INSTALLED=1" :: Provision the necessary dependencies to build the recipe later echo Installing dependencies -conda.exe install "python=3.10" pip conda conda-libmamba-solver conda-build conda-forge-ci-setup=3 -c conda-forge --strict-channel-priority --yes +conda.exe install "python=3.10" pip conda conda-libmamba-solver conda-build conda-forge-ci-setup=3 "conda>=23.9" "conda-libmamba-solver>=23.9" "conda-build>=3.27" -c conda-forge --strict-channel-priority --yes if !errorlevel! neq 0 exit /b !errorlevel! :: Set basic configuration