Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 26, 2024
1 parent 7638069 commit 8d83417
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class CircleCIJob:
marker: Optional[str] = None
parallelism: Optional[int] = 1
pytest_num_workers: int = 12
pytest_num_workers: int = 12
pytest_options: Dict[str, Any] = None
resource_class: Optional[str] = "2xlarge"
resource_class: Optional[str] = "2xlarge"
Expand Down Expand Up @@ -261,8 +260,6 @@ def job_name(self):
docker_image=[{"image": "huggingface/transformers-torch-light"}],
install_steps=["uv venv", "uv pip install -e ."],
parallelism=1,
pytest_num_workers=12,
pytest_num_workers=12,
)


Expand All @@ -288,8 +285,6 @@ def job_name(self):
docker_image=[{"image":"huggingface/transformers-torch-light"}],
install_steps=["uv venv", "uv pip install -e ."],
marker="is_pipeline_test",
pytest_num_workers=12,
pytest_num_workers=12,
)


Expand Down

0 comments on commit 8d83417

Please sign in to comment.