Ignore the cache for now.

This commit is contained in:
Nicolas Patry 2024-09-12 14:19:22 +02:00
parent 804715216e
commit a95084d5ea
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -37,6 +37,5 @@ jobs:
run: nix develop .#test --command python -m pytest server/tests/
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
HF_HOME: /mnt/cache/tgi/
- name: Rust tests.
run: nix develop .#test --command cargo test