Compare commits

...

3 Commits

Author SHA1 Message Date
ydshieh ff562b8669 fix 2024-05-29 15:27:04 +02:00
ydshieh c82a76c86b fix 2024-05-29 15:08:45 +02:00
ydshieh 1bc6802bd8 fix 2024-05-29 15:01:31 +02:00
1 changed files with 2 additions and 2 deletions

View File

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