Skip to content

Commit

Permalink
Exclude conda-build 3.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
carterbox committed Jan 11, 2024
1 parent 63754db commit 080821c
Show file tree
Hide file tree
Showing 3 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"
- 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,!=3.28.3" "boa"

- cmd: setup_conda_rc .\ .\recipes .\.ci_support\%CONFIG%.yaml
- cmd: appveyor-retry run_conda_forge_build_setup
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
conda>=23.7.3
conda-libmamba-solver>=23.7.0
conda-build>=3.16
conda-build>=3.16,!=3.28.3
conda-forge-ci-setup=3.*
conda-forge-pinning
networkx=2.4
networkx=2.4
2 changes: 1 addition & 1 deletion .github/workflows/scripts/create_feedstocks
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ conda install --yes --quiet \
conda-forge-ci-setup=3.* \
"conda-smithy>=3.7.1,<4.0.0a0" \
conda-forge-pinning \
"conda-build>=3.16" \
"conda-build>=3.16,!=3.28.3" \
"gitpython>=3.0.8,<3.1.20" \
requests \
ruamel.yaml \
Expand Down

0 comments on commit 080821c

Please sign in to comment.