Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed May 27, 2024
1 parent 986eb02 commit 65290a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
docker:
- image: huggingface/transformers-quality:dev
parallelism: 1
environment:
UV_SYSTEM: 1
steps:
- checkout
- run: uv pip install -U -e .
Expand Down Expand Up @@ -100,6 +102,8 @@ jobs:
docker:
- image: huggingface/transformers-consistency:dev
parallelism: 1
environment:
UV_SYSTEM: 1
steps:
- checkout
- run: uv pip install -e .
Expand Down Expand Up @@ -127,6 +131,7 @@ jobs:
environment:
TRANSFORMERS_IS_CI: yes
PYTEST_TIMEOUT: 120
UV_SYSTEM: 1
parallelism: 1
steps:
- checkout
Expand All @@ -151,6 +156,7 @@ jobs:
environment:
TRANSFORMERS_IS_CI: yes
PYTEST_TIMEOUT: 120
UV_SYSTEM: 1
parallelism: 1
steps:
- checkout
Expand Down

0 comments on commit 65290a8

Please sign in to comment.