diff --git a/.github/scripts/unittest.sh b/.github/scripts/unittest.sh index 0049bbf5f1c..8f0ad92218c 100755 --- a/.github/scripts/unittest.sh +++ b/.github/scripts/unittest.sh @@ -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==0.1.6 +pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest!=0.2.0 echo '::endgroup::' python test/smoke_test.py