Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 01fcbc7

Browse files
authored
Update import_packages.yml
1 parent 22e7a00 commit 01fcbc7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/import_packages.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
python -m pip install --upgrade pip
2121
pip install "."
2222
23+
- name: Download models
24+
run: |
25+
git lfs install
26+
git lfs pull
27+
2328
- name: Download artifact
2429
id: download-artifact
2530
uses: dawidd6/action-download-artifact@v6

0 commit comments

Comments
 (0)