Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Aug 5, 2024
1 parent 4e5a71f commit 742c4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade --no-cache-dir -e '.[dev]'
- name: Log into HugginFace
- name: Log into HuggingFace
run: |
huggingface-cli login --token ${{ secrets.HUGGINGFACE_TOKEN }}
- name: Run tests
Expand Down

0 comments on commit 742c4b9

Please sign in to comment.