mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
skip pyinstaller on source only test linux builds
This commit is contained in:
@@ -104,10 +104,11 @@ else
|
|||||||
$pip install staticx
|
$pip install staticx
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
$pip install --upgrade https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
|
||||||
|
|
||||||
cd $whereibelong
|
cd $whereibelong
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Upgrading pip packages..."
|
echo "Upgrading pip packages..."
|
||||||
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
|
$pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 $pip install -U
|
||||||
$pip install --upgrade -r src/requirements.txt
|
$pip install --upgrade -r src/requirements.txt
|
||||||
$pip install --upgrade https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
|
|
||||||
|
|||||||
Reference in New Issue
Block a user