Skip to content

Commit

Permalink
Fix missing venv activation in update script
Browse files Browse the repository at this point in the history
  • Loading branch information
timobrembeck committed Jun 2, 2024
1 parent 204a66f commit 4c975db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/update_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ rm -rf .venv.tmp

# Install updated versions in the real venv
if [[ -d ".venv" ]]; then
# Activate virtual environment
source .venv/bin/activate
# shellcheck disable=SC2102
pip install -e .[dev-pinned,pinned]
else
Expand Down

0 comments on commit 4c975db

Please sign in to comment.