Skip to content

Commit 26fb5ef

Browse files
authored
Pin expecttest to restore CI (#8181)
1 parent 5ab80c9 commit 26fb5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/unittest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -euo pipefail
88
eval "$($(which conda) shell.bash hook)" && conda deactivate && conda activate ci
99

1010
echo '::group::Install testing utilities'
11-
pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest
11+
pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest==0.1.6
1212
echo '::endgroup::'
1313

1414
python test/smoke_test.py

0 commit comments

Comments
 (0)