Skip to content

Commit

Permalink
Fix test-dist script.
Browse files Browse the repository at this point in the history
Fix test-dist script.
  • Loading branch information
ghuls committed Jun 24, 2022
1 parent cff1819 commit e68a0b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test-dist.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ pip install pip --upgrade
echo "Installing $RELEASE_ARCHIVE"
pip install $RELEASE_ARCHIVE

pip install pytest==7.1.2

echo "Running tests"
cd ../tests
python -m unittest discover -s .
Expand Down

0 comments on commit e68a0b1

Please sign in to comment.