Skip to content

Commit

Permalink
dev-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Jul 12, 2024
1 parent 3040408 commit 7079d1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch_tests:
working_directory: ~/transformers
docker:
- image: huggingface/transformers-quality
- image: huggingface/transformers-quality:dev
parallelism: 1
steps:
- checkout
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
fetch_all_tests:
working_directory: ~/transformers
docker:
- image: huggingface/transformers-quality
- image: huggingface/transformers-quality:dev
parallelism: 1
steps:
- checkout
Expand All @@ -122,7 +122,7 @@ jobs:
check_code_quality:
working_directory: ~/transformers
docker:
- image: huggingface/transformers-quality
- image: huggingface/transformers-quality:dev
resource_class: large
environment:
TRANSFORMERS_IS_CI: yes
Expand All @@ -146,7 +146,7 @@ jobs:
check_repository_consistency:
working_directory: ~/transformers
docker:
- image: huggingface/transformers-consistency
- image: huggingface/transformers-consistency:dev
resource_class: large
environment:
TRANSFORMERS_IS_CI: yes
Expand Down

0 comments on commit 7079d1f

Please sign in to comment.