Skip to content

Commit

Permalink
merge: branch 'dev' into 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnldwg committed Nov 28, 2023
2 parents 296ed11 + 00e68ca commit b70eddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ git --git-dir=/srv/www/$1/.git --work-tree=/srv/www/$1 checkout --force $branch
git --git-dir=/srv/www/$1/.git --work-tree=/srv/www/$1 pull --force

info "create .venv and install dependencies:"
rm -rf /srv/www/$1/.venv
eval "python$py_version -m venv /srv/www/$1/.venv"
python=/srv/www/$1/.venv/bin/python
eval "$python -m pip install -U pip setuptools setuptools_scm wheel"
Expand Down

0 comments on commit b70eddb

Please sign in to comment.