Skip to content

Commit

Permalink
Revert ci user (#6934)
Browse files Browse the repository at this point in the history
* use same ci user as viewer

* revert ci user
  • Loading branch information
lhoestq authored May 30, 2024
1 parent 3d6cd15 commit 456f790
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fixtures/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from huggingface_hub.hf_api import HfApi, RepositoryNotFoundError


CI_HUB_USER = "DSUser"
CI_HUB_USER_FULL_NAME = "Dummy Datasets User"
CI_HUB_USER_TOKEN = "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"
CI_HUB_USER = "__DUMMY_TRANSFORMERS_USER__"
CI_HUB_USER_FULL_NAME = "Dummy User"
CI_HUB_USER_TOKEN = "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"

CI_HUB_ENDPOINT = "https://hub-ci.huggingface.co"
CI_HUB_DATASETS_URL = CI_HUB_ENDPOINT + "/datasets/{repo_id}/resolve/{revision}/{path}"
Expand Down

0 comments on commit 456f790

Please sign in to comment.