Skip to content

Commit

Permalink
chore: add transformers library in pypi wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed May 24, 2024
1 parent 4278194 commit 76f0220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/aws_ami_build_component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ phases:
- apt install -y git-lfs
- git lfs install
- source venv/bin/activate
- python -m pip install pytest==7.1.1 pandas==2.0.3 tensorflow==2.12.0 tf2onnx==1.13.0 torchvision==0.14.1
- python -m pip install pytest==7.1.1 pandas==2.0.3 tensorflow==2.12.0 tf2onnx==1.13.0 torchvision==0.14.1 transformers==4.40.0

# We disable tests for test_deploy file because the instance does not have AWS CLI setup
- name: RunTests
Expand Down
2 changes: 1 addition & 1 deletion script/make_utils/pytest_pypi_cml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ source "${PYPI_VENV}/bin/activate"
# Investigate a better way of managing these dependencies
# FIXME: https://github.com/zama-ai/concrete-ml-internal/issues/2685
python -m pip install --upgrade pip
python -m pip install pytest==7.4.1 pandas==2.0.3 tensorflow==2.12.0 tf2onnx==1.15.0 torchvision==0.14.1
python -m pip install pytest==7.4.1 pandas==2.0.3 tensorflow==2.12.0 tf2onnx==1.15.0 torchvision==0.14.1 transformers==4.40.0

# Install additional pytest plugins
python -m pip install pytest-xdist==3.3.1
Expand Down

0 comments on commit 76f0220

Please sign in to comment.