diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a9f97b2..b57e820 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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