diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 23c8ae4..7158586 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,3 +32,5 @@ jobs: - name: Run tests run: | pytest -v --cov=aurora --cov-report term-missing + env: + HUGGINGFACE_REPO=wbruinsma/aurora