From 7ca7b766522f4cbc823490273007a47a79774090 Mon Sep 17 00:00:00 2001 From: Jean-Marie Burel Date: Sun, 24 Nov 2024 21:30:58 +0000 Subject: [PATCH] Remove remaining usage of sdist --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 937ba4a11b..8a83091a4a 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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)"