From 4336bc01da16da57f369d6188b545dfaff576159 Mon Sep 17 00:00:00 2001 From: Michele Bortolomeazzi Date: Mon, 12 Feb 2024 17:13:43 +0100 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index b4c367f..bcaf04e 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -37,9 +37,9 @@ jobs: cache: 'pip' # caching pip dependencies - name: Build arc_omero run: | + wget https://downloads.openmicroscopy.org/bio-formats/7.2.0/artifacts/bftools.zip mkdir bftools unzip -d ./bftools bftools.zip - wget https://downloads.openmicroscopy.org/bio-formats/7.2.0/artifacts/bftools.zip pip install --upgrade pip pip install "omero-cli-transfer @ git+https://github.com/MicheleBortol/omero-cli-transfer.git@omero_arc_importer" pip install ".[dev]"