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

Commit

Permalink
Checkout needs to pickup the optional tensorflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Jul 3, 2023
1 parent 7de631b commit b92a23a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ jobs:
run: |
python -m pip install --upgrade pip wheel
# Install latest SHA on this cellfinder-core branch
python -m pip install git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_SHA
python -m pip install "cellfinder-core[tensorflow] @ git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY@$GITHUB_SHA"
# Install checked out copy of cellfinder
python -m pip install .[tensorflow,dev]
pip list
python -m pip install .[dev]
- name: Run cellfinder tests
Expand Down

0 comments on commit b92a23a

Please sign in to comment.