Skip to content

Commit 5761459

Browse files
env -i for build_osx
1 parent a303880 commit 5761459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/build_osx.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export PATH="$HOME/.pixi/bin:$PATH"
1313
export PATH=$(echo $PATH | tr ":" "\n" | grep -v 'homebrew' | xargs | tr ' ' ':')
1414

1515
for recipe in ${CURRENT_RECIPES[@]}; do
16-
pixi run -v rattler-build build \
16+
env -i pixi run -v rattler-build build \
1717
--recipe ${FEEDSTOCK_ROOT}/recipes/${recipe} \
1818
-m ${FEEDSTOCK_ROOT}/conda_build_config.yaml \
1919
-c robostack-jazzy -c conda-forge \

0 commit comments

Comments
 (0)