tweak for making CI happy

This commit is contained in:
holger krekel
2023-12-10 18:40:09 +01:00
parent 4615df2e3b
commit b3fdebf8df
4 changed files with 20 additions and 15 deletions

9
scripts/initenv.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
python3 -m venv venv
venv/bin/pip install -e deploy-chatmail
venv/bin/pip install -e chatmaild
source venv/bin/activate
echo activated 'venv' python virtualenv environment containing "cmdeploy" tool