Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Force CI to install tensorflow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jul 3, 2023
1 parent e812479 commit 29ea58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Install latest SHA on this cellfinder-core branch
python -m pip install git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_SHA
# Install checked out copy of cellfinder
python -m pip install .[dev]
python -m pip install .[tensorflow,dev]
- name: Run cellfinder tests
Expand Down

0 comments on commit 29ea58e

Please sign in to comment.