Skip to content

Commit

Permalink
remove CI TF examples fix (moved to huggingface#32935)
Browse files Browse the repository at this point in the history
  • Loading branch information
gante committed Aug 22, 2024
1 parent 9f91b5d commit 146ea02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,7 @@ def job_name(self):
cache_name="tensorflow_examples",
docker_image=[{"image":"huggingface/transformers-examples-tf"}],
install_steps=["uv venv && uv pip install . && uv pip install -r examples/tensorflow/_tests_requirements.txt"],
parallelism=8,
pytest_num_workers=1
parallelism=8
)


Expand Down

0 comments on commit 146ea02

Please sign in to comment.