diff options
Diffstat (limited to 'pkg')
-rwxr-xr-x | pkg/build_bundle_with_venv.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/build_bundle_with_venv.sh b/pkg/build_bundle_with_venv.sh index 5e6f270e..d284f3f0 100755 --- a/pkg/build_bundle_with_venv.sh +++ b/pkg/build_bundle_with_venv.sh @@ -55,5 +55,5 @@ $VIRTUAL_ENV/bin/pip install `ls -tr dist/*.whl | tail -n 1` $VIRTUAL_ENV/bin/pip install -I pyzmq --install-option="--zmq=bundled" # Get latest tags from repo -git pull --tags +git fetch --tags make bundle_linux |