Skip to content

Commit

Permalink
Remove boa pinning
Browse files Browse the repository at this point in the history
  • Loading branch information
BastianZim committed Oct 14, 2021
1 parent c512122 commit 6305698
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml.notused
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install:
- cmd: appveyor-retry conda.exe update --yes --quiet conda


- cmd: appveyor-retry conda.exe install --yes --quiet "conda>4.7.12" conda-forge-pinning conda-forge-ci-setup=2.* networkx=2.3 "conda-build>=3.18" "boa>=0.7,<0.8"
- cmd: appveyor-retry conda.exe install --yes --quiet "conda>4.7.12" conda-forge-pinning conda-forge-ci-setup=2.* networkx=2.3 "conda-build>=3.18" "boa"

- cmd: setup_conda_rc .\ .\recipes .\.ci_support\%CONFIG%.yaml
- cmd: appveyor-retry run_conda_forge_build_setup
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- task: CondaEnvironment@1
inputs:
packageSpecs: 'python=3.9 conda-build>=3.18 conda>4.7.12 conda-forge::conda-forge-ci-setup=3 networkx=2.4 conda-forge-pinning boa>=0.7,<0.8' # Optional
packageSpecs: 'python=3.9 conda-build>=3.18 conda>4.7.12 conda-forge::conda-forge-ci-setup=3 networkx=2.4 conda-forge-pinning boa' # Optional
installOptions: "-c conda-forge"
updateConda: true
displayName: Install conda-build and activate environment
Expand Down
2 changes: 1 addition & 1 deletion .scripts/build_steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ popd > /dev/null
# Make sure build_artifacts is a valid channel
conda index /home/conda/staged-recipes/build_artifacts

mamba install --yes --quiet "conda>4.7.12" conda-forge-ci-setup=3.* conda-forge-pinning networkx=2.4 "conda-build>=3.16" "boa>=0.7,<0.8"
mamba install --yes --quiet "conda>4.7.12" conda-forge-ci-setup=3.* conda-forge-pinning networkx=2.4 "conda-build>=3.16" "boa"
export FEEDSTOCK_ROOT="${FEEDSTOCK_ROOT:-/home/conda/staged-recipes}"
export CI_SUPPORT="/home/conda/staged-recipes-copy/.ci_support"
setup_conda_rc "${FEEDSTOCK_ROOT}" "/home/conda/staged-recipes-copy/recipes" "${CI_SUPPORT}/${CONFIG}.yaml"
Expand Down
2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ source ${HOME}/Mambaforge/etc/profile.d/conda.sh
conda activate base

echo -e "\n\nInstalling conda-forge-ci-setup=3, conda-build and boa."
mamba install -n base --yes --quiet "conda>4.7.12" conda-forge-ci-setup=3.* conda-forge-pinning networkx=2.4 "conda-build>=3.16" "boa>=0.7,<0.8"
mamba install -n base --yes --quiet "conda>4.7.12" conda-forge-ci-setup=3.* conda-forge-pinning networkx=2.4 "conda-build>=3.16" "boa"



Expand Down

0 comments on commit 6305698

Please sign in to comment.