Skip to content

Commit

Permalink
Merge pull request #2818 from digitalfabrik/bugfix/update-dependency-…
Browse files Browse the repository at this point in the history
…script

Fix missing venv activation in update script
  • Loading branch information
timobrembeck authored Jun 4, 2024
2 parents 8baa206 + 4c975db commit 7018ed6
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 7018ed6

Please sign in to comment.