Skip to content

Commit

Permalink
Remove remaining usage of sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 24, 2024
1 parent a1483bf commit 7ca7b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install Ice
run: pip install https://github.com/ome/zeroc-ice-py-github-ci/releases/download/0.2.0/zeroc_ice-3.6.5-cp39-cp39-linux_x86_64.whl
- name: Run tests
run: python setup.py sdist && pip install dist/omero-web*gz
run: pip install -e .
- name: Test import
run: python -c "import omeroweb.version as owv; print(owv.omeroweb_version)"

0 comments on commit 7ca7b76

Please sign in to comment.