Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jan 10, 2024
1 parent 2ed0b6f commit ecb1530
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .omeroci/py-common → .omeroci/scripts-deps
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
py-common#!/bin/bash
#!/bin/bash
source /infra/utils

set -u
Expand All @@ -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

0 comments on commit ecb1530

Please sign in to comment.