Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 26, 2024
1 parent 6c674e4 commit 4904483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/create_circleci_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ def job_name(self):
docker_image=[{"image":"huggingface/transformers-torch-tf-light"}], # TODO do we really need torch for that job? torch-light?
install_steps=[
"uv venv", "uv pip install -e .",
"uv pip install --upgrade --upgrade-strategy eager pip",
"uv pip install -U --upgrade-strategy eager .[torch,tf,testing,sentencepiece,onnxruntime,vision,rjieba]",
"uv pip install --upgrade eager pip",
"uv pip install .[torch,tf,testing,sentencepiece,onnxruntime,vision,rjieba]",
],
pytest_options={"k onnx": None},
pytest_num_workers=1,
Expand Down

0 comments on commit 4904483

Please sign in to comment.