Skip to content

Commit 422234d

Browse files
Remove conda-build version constraint
1 parent 2e16e89 commit 422234d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vinca/generate_gha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def build_win_pipeline(stages, trigger_branch, outfile="win.yml", azure_template
406406
},
407407
},
408408
{
409-
"run": "mamba install -c conda-forge -n base --yes --quiet conda-build=3.27 pip mamba ruamel.yaml anaconda-client boa",
409+
"run": "mamba install -c conda-forge -n base --yes --quiet conda-build pip mamba ruamel.yaml anaconda-client boa",
410410
"name": "Install conda-build, boa and activate environment",
411411
},
412412
{

0 commit comments

Comments
 (0)