Skip to content

Commit

Permalink
remove huggingface_hub
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 2, 2024
1 parent c6335fc commit ecc61a6
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 @@ -71,7 +71,7 @@ jobs:

- name: Install lamindb
run: |
pip install 'lamindb[aws,bionty,wetlab]>=0.77.2' huggingface_hub
pip install 'lamindb[aws,bionty,wetlab]>=0.77.2'
- 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 @@ -49,7 +49,7 @@ jobs:

- name: Install lamindb
run: |
pip install 'lamindb[aws,bionty,wetlab]>=0.77.2' huggingface_hub
pip install 'lamindb[aws,bionty,wetlab]>=0.77.2'
- name: Log in to Lamin
run: |
Expand Down

0 comments on commit ecc61a6

Please sign in to comment.