Skip to content

Commit

Permalink
Install conda-pack into the environment too
Browse files Browse the repository at this point in the history
  • Loading branch information
oskirby committed Oct 6, 2024
1 parent d38112a commit e6900de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions env-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
- cmake=3.26.3
- ninja=1.11.0
- conda-forge::openjdk=17
- conda-pack=0.8.0
- pip:
- -r requirements.txt
- -r taskcluster/scripts/requirements.txt
Expand Down
4 changes: 1 addition & 3 deletions taskcluster/scripts/toolchain/conda_pack_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,5 @@ conda env create --force -f $REPO_ROOT_PATH/env-windows.yml -n VPN
conda run -n VPN conda info
conda run -n VPN powershell -file "$REPO_ROOT_PATH\scripts\windows\conda-setup-xwin-sdk.ps1"

conda install conda-pack

New-Item -ItemType Directory $TASK_WORKDIR\public\build
conda-pack --name VPN -o $TASK_WORKDIR\public\build\conda-windows.tar.gz
conda run -n VPN conda-pack --name VPN -o $TASK_WORKDIR\public\build\conda-windows.tar.gz

0 comments on commit e6900de

Please sign in to comment.