Skip to content

Commit

Permalink
No editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidStirling committed Oct 21, 2024
1 parent ec5046e commit 7dfbd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
brew link [email protected]
pip install mysqlclient==2.0.3
pip install https://github.com/glencoesoftware/core/releases/download/v4.2.80001/cellprofiler_core-4.2.8-py3-none-any.whl
pip install --editable .
pip install .
pip install https://github.com/DavidStirling/prokaryote/releases/download/v2.4.5/prokaryote-2.4.5.tar.gz --no-cache-dir --no-build-isolation
pip install https://github.com/DavidStirling/python-bioformats/releases/download/v4.1.10001/python_bioformats-4.1.10001-py3-none-any.whl
- env:
Expand All @@ -61,7 +61,7 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install mysqlclient==2.0.3
pip install https://github.com/glencoesoftware/core/releases/download/v4.2.80001/cellprofiler_core-4.2.8-py3-none-any.whl
pip install --editable .
pip install .
pip install wxpython==4.1.1
pip install https://github.com/DavidStirling/prokaryote/releases/download/v2.4.5/prokaryote-2.4.5.tar.gz --no-cache-dir --no-build-isolation
pip install https://github.com/DavidStirling/python-bioformats/releases/download/v4.1.10001/python_bioformats-4.1.10001-py3-none-any.whl
Expand Down

0 comments on commit 7dfbd10

Please sign in to comment.