Skip to content

Commit

Permalink
Increase compression level for conda pack (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijc authored Aug 3, 2023
1 parent fec58cb commit 2a4fb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbi/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ phases:
- conda config --set path_conflict warn
- conda env create --name $BRAKET_ENV -f environment.yml --no-default-package
- conda list
- conda pack --name $BRAKET_ENV --output envs/Braket.tgz
- conda pack --name $BRAKET_ENV --output envs/Braket.tgz --compress-level 9

artifacts:
files:
Expand Down

0 comments on commit 2a4fb53

Please sign in to comment.