Skip to content

Commit b8fa56b

Browse files
committed
Add dill dependency to CI
1 parent bec0380 commit b8fa56b

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
@@ -78,7 +78,7 @@ jobs:
7878
python -m pip install "tensorflow>=2.21,<2.22"
7979
python -m pip install "tensorflow-metadata>=1.17.1"
8080
python -m pip install "tfx-bsl>=1.17.1"
81-
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"
81+
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"
8282
python -m pip install "protobuf==6.31.1" --force-reinstall
8383
python -m pip install dist/*.whl --no-deps
8484
python -m pip install pytest

0 commit comments

Comments
 (0)