未验证 提交 a7fe3bcc 编写于 作者: M Michael Wyatt 提交者: GitHub

unpin datasets in UT (#4079)

上级 94c7233a
......@@ -56,8 +56,6 @@ jobs:
pip install .[testing]
# find reqs used in ds integration tests
find examples/pytorch -regextype posix-egrep -regex '.*(language-modeling|question-answering|summarization|image-classification|text-classification|translation).*/requirements.txt' -exec grep -v 'torch' {} \; | xargs -I {} pip install --upgrade {}
# force datasets version due to issues
pip install datasets==2.2.2
# force protobuf version due to issues
pip install "protobuf<4.21.0"
pip list
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册