Skip to content

Commit

Permalink
fetch ML-100K data
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Aug 22, 2022
1 parent d83096e commit b539da4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: |
numba -s
- name: Fetch data
run: |
lkbuild fetch-data -d ml-100k
- name: Run tests
run: |
python -m pytest --cov=lenskit_tf -v
Expand Down

0 comments on commit b539da4

Please sign in to comment.