Skip to content

Commit d8cdbd5

Browse files
authored
Update UnitTests.yml
1 parent a506777 commit d8cdbd5

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/UnitTests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ jobs:
5050
pip freeze
5151
5252
- name: Hugging Face Login
53-
uses: huggingface/login@v1
54-
with:
55-
token: ${{ secrets.HUGGINGFACE_TOKEN }}
53+
run: huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN }}
5654

5755
- name: Run FLUX Training
5856
env:

0 commit comments

Comments
 (0)