Skip to content

Commit

Permalink
Install expecttest in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Sep 25, 2023
1 parent 03eb099 commit b8c5f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
pip install --progress-bar=off pytest pytest-mock pytest-cov expecttest
echo '::endgroup::'

python test/smoke_test.py
Expand Down

0 comments on commit b8c5f52

Please sign in to comment.