chore: unset HF_TOKEN in pi-test.sh --no-env (#4161)

Co-authored-by: julien-agent <Agents+cyolo@huggingface.co>
This commit is contained in:
Julien Chaumond
2026-05-04 15:23:08 +02:00
committed by GitHub
parent 756b774935
commit 46885536dd

View File

@@ -33,6 +33,7 @@ if [[ "$NO_ENV" == "true" ]]; then
unset COPILOT_GITHUB_TOKEN
unset GH_TOKEN
unset GITHUB_TOKEN
unset HF_TOKEN
unset GOOGLE_APPLICATION_CREDENTIALS
unset GOOGLE_CLOUD_PROJECT
unset GCLOUD_PROJECT