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 3669774 commit 9c2fe2c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,17 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.9"
cache: 'pip' # caching pip dependencies
- name: Build arc_omero
run: |
pip install --upgrade pip
pip install "omero-cli-transfer @ git+https://github.com/MicheleBortol/omero-cli-transfer.git"
pip install ".[dev]"
- name: Import datasets
run: |
omero login --user root --password omero localhost
omero transfer prepare --plugin arc_omero test/data/arcs/Resolve/assays/ResolveMolecularCartography/dataset
omero transfer unpack --folder test/data/arcs/Resolve/assays/ResolveMolecularCartography/dataset
- name: Run tests
run: |
pip install pytest
Expand Down

0 comments on commit 9c2fe2c

Please sign in to comment.