We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0d79b commit 3acb3d3Copy full SHA for 3acb3d3
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
with:
59
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
60
61
- - name: Run full test suite to prime cache
+ - name: Run full test suite and prime the HF cache
62
env:
63
HF_TOKEN: ${{ secrets.HF_TOKEN }}
64
HF_HOME: ${{ github.workspace }}/hf_cache
@@ -80,7 +80,7 @@ jobs:
80
test:
81
name: Python ${{ matrix.python-version }} - ${{ matrix.connection }} [redis ${{ matrix.redis-version }}]
82
runs-on: ubuntu-latest
83
- needs: prime-cache
+ needs: service-tests
84
85
86
strategy:
0 commit comments