Don't install as editable in Wine, it confuses PyInstaller

This commit is contained in:
Tobias Gruetzmacher 2023-06-04 13:43:16 +02:00
parent 35c48766d7
commit e2fb9a1c40
No known key found for this signature in database

2
Jenkinsfile vendored
View file

@ -112,7 +112,7 @@ def windowsBuildCommands(pyver, exename) {
tar xvf dist/dosage-*.tar.gz
cd dosage-*
xvfb-run sh -c "
wine python -m pip install -e .[css] &&
wine python -m pip install .[css] &&
cd scripts &&
wine python -m PyInstaller -y dosage.spec;
wineserver -w" 2>&1 | tee log.txt