Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBortol authored Feb 12, 2024
1 parent 70e1ba9 commit 4336bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Expand Down

0 comments on commit 4336bc0

Please sign in to comment.