Skip to content

Commit

Permalink
remove cleaning commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Dec 14, 2024
1 parent 33eb6fc commit 69c47a8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .omeroci/py-setup
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ conda create -n omero python=3.9
conda activate omero
pip install https://github.com/glencoesoftware/zeroc-ice-py-linux-x86_64/releases/download/20231130/zeroc_ice-3.6.5-cp39-cp39-manylinux_2_28_x86_64.whl
conda install -y -c bioconda bftools
pip install pytest restview mox3
pip install pytest restview mox3 build

cd $TARGET
cd $(setup_dir)
pip install .
python setup.py clean
rm -rf dist *egg-info src/*egg-info

0 comments on commit 69c47a8

Please sign in to comment.