Skip to content

Commit

Permalink
Fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
uschmidt83 committed Apr 26, 2024
1 parent cae60dc commit 200b7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_cron.yml
Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install package from wheel
shell: bash
run: |
[[ -z $(pip list | grep stardist) ]] && pip uninstall -y stardist
[[ -z $(pip list | grep stardist) ]] || pip uninstall -y stardist
pip install --no-cache-dir --only-binary stardist "stardist[${{ matrix.package-extras }}]>0"
- name: Run extra commands (if any)
Expand Down

0 comments on commit 200b7b2

Please sign in to comment.