Skip to content

Commit

Permalink
fix mac i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvdp committed Sep 4, 2023
1 parent 098b624 commit 417d604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ create-conda-env-from-env-yaml() {
}

pack-conda-env() {
conda-pack --name "$CONDA_ENV_NAME" --force --output "$CONDAPACK_TARBALL"
conda pack --name "$CONDA_ENV_NAME" --force --output "$CONDAPACK_TARBALL"
mkdir -p "$BUNDLE_WORK_DIR"
echo "Creating bundle work dir: '$BUNDLE_WORK_DIR'"
tar -C "$BUNDLE_WORK_DIR" -xf "$CONDAPACK_TARBALL"
Expand Down Expand Up @@ -106,5 +106,6 @@ main() {

echo "PKG_TO_INSTALL_NAME: " $PKG_TO_INSTALL_NAME
echo "CMD_TO_RUN: " $CMD_TO_RUN
echo "OUTPUT DIR: $OUTPUT_DIR"

main

0 comments on commit 417d604

Please sign in to comment.