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 3eee6f3 commit 39c9d4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
repository: ome/omero-test-infra
path: .omero
- name: checkout arc_omero
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -21,7 +23,7 @@ jobs:
run: |
python -m venv test_env
source test_env/bin/activate
pip install zeroc-ice
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."

0 comments on commit 39c9d4c

Please sign in to comment.