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 4e92211 commit f3fc0e6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
python-version: "3.9"
- name: Build arc_omero
run: |
python -m venv test_env
source test_env/bin/activate
pip install --upgrade pip
pip install "omero-cli-transfer @ git+https://github.com/MicheleBortol/omero-cli-transfer.git"
pip install ".[dev]"
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
- name: Run tests
run: |
pip install pytest
.omero/compose up
- name: Stop OMERO test database
run: ".omero/compose down"

0 comments on commit f3fc0e6

Please sign in to comment.