diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0ba0738b0b..9d0534c805 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -142,6 +142,7 @@ jobs: run: make test-unit-ci env: EXTRA: cpu + HF_TOKEN: ${{ secrets.HF_TOKEN }} PYTEST_WORKERS: "2" _TYPER_FORCE_DISABLE_TERMINAL: "1" - name: Upload test artifacts @@ -189,6 +190,7 @@ jobs: run: make test-integration-ci env: EXTRA: cpu + HF_TOKEN: ${{ secrets.HF_TOKEN }} PYTEST_WORKERS: "2" _TYPER_FORCE_DISABLE_TERMINAL: "1" - name: Upload test artifacts