"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "8841d0d1a9e63bda03e36c072d9d3d0692f07be4"
Unverified Commit f52fd335 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

exclude expecttest==0.2.0 (#8185)

parent ae6b134c
...@@ -8,7 +8,7 @@ set -euo pipefail ...@@ -8,7 +8,7 @@ set -euo pipefail
eval "$($(which conda) shell.bash hook)" && conda deactivate && conda activate ci eval "$($(which conda) shell.bash hook)" && conda deactivate && conda activate ci
echo '::group::Install testing utilities' echo '::group::Install testing utilities'
pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest==0.1.6 pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest!=0.2.0
echo '::endgroup::' echo '::endgroup::'
python test/smoke_test.py python test/smoke_test.py
......
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