This commit is contained in:
ydshieh 2024-05-29 15:01:31 +02:00
parent a564d10afe
commit 1bc6802bd8
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ jobs:
fetch_all_tests: fetch_all_tests:
working_directory: ~/transformers working_directory: ~/transformers
docker: docker:
- image: huggingface/transformers-consistency - image: huggingface/transformers-quality
parallelism: 1 parallelism: 1
steps: steps:
- checkout - checkout
@ -182,7 +182,7 @@ workflows:
- check_circleci_user - check_circleci_user
- check_code_quality - check_code_quality
- check_repository_consistency - check_repository_consistency
- fetch_tests - fetch_all_tests
nightly: nightly:
when: <<pipeline.parameters.nightly>> when: <<pipeline.parameters.nightly>>