Skip to content

Commit 3acb3d3

Browse files
committed
fix workflow yml
1 parent 3e0d79b commit 3acb3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
6060

61-
- name: Run full test suite to prime cache
61+
- name: Run full test suite and prime the HF cache
6262
env:
6363
HF_TOKEN: ${{ secrets.HF_TOKEN }}
6464
HF_HOME: ${{ github.workspace }}/hf_cache
@@ -80,7 +80,7 @@ jobs:
8080
test:
8181
name: Python ${{ matrix.python-version }} - ${{ matrix.connection }} [redis ${{ matrix.redis-version }}]
8282
runs-on: ubuntu-latest
83-
needs: prime-cache
83+
needs: service-tests
8484
env:
8585
HF_HOME: ${{ github.workspace }}/hf_cache
8686
strategy:

0 commit comments

Comments
 (0)