Given discussion with @xhochy and @ocefpaf in #2864 (comment), should the --no-deps --no-build-isolation flags be removed from
|
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation |
in the pure-Python package example recipe given that the example recipe is in the v1 / rattler-build format (and it has been noted that inclusion of these flags is redundant)?
This also applies to
|
script: ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation |
in https://conda-forge.org/docs/tutorials/first-recipe/#look-at-the-recipe-file
Given discussion with @xhochy and @ocefpaf in #2864 (comment), should the
--no-deps --no-build-isolationflags be removed fromconda-forge.github.io/docs/maintainer/example_recipes/pure-python.md
Line 39 in a69afa4
in the pure-Python package example recipe given that the example recipe is in the v1 / rattler-build format (and it has been noted that inclusion of these flags is redundant)?
This also applies to
conda-forge.github.io/docs/tutorials/first-recipe.md
Line 125 in a69afa4
in https://conda-forge.org/docs/tutorials/first-recipe/#look-at-the-recipe-file