"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "a1724c182cee65764ad439e67d9728d499e57b1e"
Unverified Commit ef2c281a authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

temporarily add packaging as CI requirement (#8100)

parent f69eee61
...@@ -45,6 +45,8 @@ conda create \ ...@@ -45,6 +45,8 @@ conda create \
conda activate ci conda activate ci
conda install --quiet --yes libjpeg-turbo -c pytorch conda install --quiet --yes libjpeg-turbo -c pytorch
pip install --progress-bar=off --upgrade setuptools pip install --progress-bar=off --upgrade setuptools
# FIXME: remove this when https://github.com/pytorch/pytorch/pull/113154 is resolved
pip install --progress-bar=off packaging
# See https://github.com/pytorch/vision/issues/6790 # See https://github.com/pytorch/vision/issues/6790
if [[ "${PYTHON_VERSION}" != "3.11" ]]; then if [[ "${PYTHON_VERSION}" != "3.11" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment