Skip to content

Commit

Permalink
Cache cellfinder model in CI (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig authored Apr 25, 2024
1 parent 0fd2e4f commit cd1079a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
- os: windows-latest
python-version: "3.10"
steps:
# Cache the tensorflow model so we don't have to remake it every time
- name: Cache tensorflow model
uses: actions/cache@v3
with:
path: "~/.cellfinder"
key: models-${{ hashFiles('~/.cellfinder/**') }}

# Run tests
- uses: neuroinformatics-unit/actions/test@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit cd1079a

Please sign in to comment.