Unverified Commit 26fb5efe authored by Sergii Dymchenko's avatar Sergii Dymchenko Committed by GitHub
Browse files

Pin expecttest to restore CI (#8181)

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