Skip to content

Commit b8d2332

Browse files
committed
Make sure platform is correct for packaging env
When archiving the environments, we get the platform from the conda environment, so we need it to be the correct platform. This only currently applies when building for osx-64 an a osx-arm64 machine.
1 parent 7a11aae commit b8d2332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildconfig/Jenkins/Conda/mamba-utils

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ setup_mamba () {
2020
source $install_prefix/etc/profile.d/mamba.sh
2121

2222
if [ -n "$env_name" ]; then
23-
create_and_activate_env "$env_name"
23+
create_and_activate_env "$env_name" "$platform"
2424
fi
2525
}
2626

0 commit comments

Comments
 (0)