Skip to content

Commit d66ff03

Browse files
committed
Bind continuous integration internal wheel runtimes forcefully directly upon literal tfx-bsl exact active prerelease 5.29.0rc2 headers strictly
1 parent 366d83d commit d66ff03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
python -m pip install git+https://github.com/tensorflow/tfx-bsl.git@master --no-deps
8383
python -m pip install "tensorflow>=2.21,<2.22"
8484
python -m pip install "absl-py>=0.9,<2.0.0" "joblib>=1.2.0" "pyarrow>=14" "pyfarmhash>=0.2.2,<0.4" "six>=1.12,<2" "dill" "scipy" "scikit-learn"
85-
python -m pip install "protobuf==6.31.1" --force-reinstall
85+
python -m pip install "protobuf==5.29.0rc2" --force-reinstall
8686
python -m pip install dist/*.whl --no-deps
8787
python -m pip install pytest
8888

0 commit comments

Comments
 (0)