Commit afb3f86
Fix huggingface-cli not found in CI
pip-installed scripts may not be on PATH in ubuntu-latest runners.
Use `python -m huggingface_hub.cli` instead of `huggingface-cli`.
Signed-off-by: Michael Yuan <michael@secondstate.io>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 82a0c49 commit afb3f86
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments