File tree 1 file changed +8
-4
lines changed 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,14 @@ staged-recipes in a single pull request (in separate directories). If the
121
121
packages are interdependent (i.e. one package being added lists one or more of
122
122
the other packages being added as a requirement), the build script will be able to
123
123
locate the dependencies that are only present within staged-recipes as long as
124
- the builds finish in the dependencies order. Using a single pull request
125
- allows you to quickly get packages set up without waiting for each package in a
126
- dependency chain to be reviewed, built, and added to the conda-forge channel
127
- before starting the process over with the next recipe in the chain.
124
+ the builds finish in the dependencies order. Note that due to a bug in that script,
125
+ only simple PRs will pass and it is recommended to split the recipes into multiple
126
+ PRs in that case.
127
+
128
+ Using a single pull request allows you to quickly get packages set up without
129
+ waiting for each package in a dependency chain to be reviewed, built, and
130
+ added to the conda-forge channel before starting the process over with the
131
+ next recipe in the chain.
128
132
129
133
.. note ::
130
134
You can’t perform that action at this time.
0 commit comments