Skip to content

Commit 0d8bcac

Browse files
author
silviase
committed
update
1 parent 645c426 commit 0d8bcac

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ jobs:
88
name: python
99
runs-on: ubuntu-latest
1010
env:
11-
# HF token is required to avoid 429 rate limits on HF Hub
1211
HF_TOKEN: ${{ secrets.HF_TOKEN }}
1312
HUGGINGFACE_HUB_TOKEN: ${{ secrets.HF_TOKEN }}
14-
HF_DATASETS_CACHE: ${{ runner.temp }}/hf-datasets
15-
HUGGINGFACE_HUB_CACHE: ${{ runner.temp }}/hf-hub
16-
TRANSFORMERS_CACHE: ${{ runner.temp }}/hf-transformers
1713

1814
steps:
1915
- uses: actions/checkout@v4
@@ -34,7 +30,3 @@ jobs:
3430

3531
- name: Run tests (tasks)
3632
run: uv run pytest src/eval_mm/tasks/*.py
37-
38-
# Optional model smoke; enable when runners have resources
39-
# - name: Run model smoke tests
40-
# run: bash test_model.sh

0 commit comments

Comments
 (0)