Skip to content

Commit

Permalink
Install huggingface_hub on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lazappi committed Nov 28, 2024
1 parent 433a402 commit a048f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install lamindb
run: |
pip install lamindb[aws]
pip install lamindb[aws] huggingface_hub
- name: Log in to Lamin
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Install lamindb
run: |
pip install lamindb[aws]
pip install lamindb[aws] huggingface_hub
- name: Log in to Lamin
run: |
Expand Down

0 comments on commit a048f2a

Please sign in to comment.