diff --git a/.omeroci/py-common b/.omeroci/scripts-deps similarity index 62% rename from .omeroci/py-common rename to .omeroci/scripts-deps index 8fe864733..b64a6e4ce 100755 --- a/.omeroci/py-common +++ b/.omeroci/scripts-deps @@ -1,4 +1,4 @@ -py-common#!/bin/bash +#!/bin/bash source /infra/utils set -u @@ -9,6 +9,4 @@ TARGET=${TARGET:-..} dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P) cd $TARGET -pip install --upgrade setuptools wheel -pip install --upgrade -r $dir/requirements.txt pip install git+https://github.com/jburel/omero-py.git@update