We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5761459 commit 7bb51fcCopy full SHA for 7bb51fc
.scripts/build_osx.sh
@@ -13,7 +13,7 @@ export PATH="$HOME/.pixi/bin:$PATH"
13
export PATH=$(echo $PATH | tr ":" "\n" | grep -v 'homebrew' | xargs | tr ' ' ':')
14
15
for recipe in ${CURRENT_RECIPES[@]}; do
16
- env -i pixi run -v rattler-build build \
+ pixi run -v rattler-build build \
17
--recipe ${FEEDSTOCK_ROOT}/recipes/${recipe} \
18
-m ${FEEDSTOCK_ROOT}/conda_build_config.yaml \
19
-c robostack-jazzy -c conda-forge \
0 commit comments