Skip to content

Commit

Permalink
use internal fetch for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Nov 11, 2023
1 parent 6c2dd59 commit ee9b4e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ jobs:

- name: Download ML Data
run: |
lkbuild fetch-data -d ml-100k
lkbuild fetch-data -d ml-1m
lkbuild fetch-data -d ml-10m
lkbuild fetch-data -d ml-20m
python -m lenskit.datasets.fetch ml-100k
python -m lenskit.datasets.fetch ml-1m
python -m lenskit.datasets.fetch ml-10m
python -m lenskit.datasets.fetch ml-20m
- name: Install for Testing
run: |
Expand Down

0 comments on commit ee9b4e3

Please sign in to comment.