Skip to content

Commit

Permalink
Ensure launcher dependencies are included in the deployment script
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Feb 4, 2025
1 parent db22634 commit 9dca004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/regenerate_environment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (Test-Path -Path ./.venv) {
&python -m venv ./.venv
.\.venv\Scripts\Activate.ps1
Write-Output "Installing python packages..."
&pip install .[aind-services]
&pip install .[launcher]
Write-Output "Creating a Bonsai environment and installing packages..."
Set-Location "bonsai"
.\setup.ps1
Expand Down

0 comments on commit 9dca004

Please sign in to comment.