Skip to content

Commit

Permalink
revert tox usage in ci unit test script (#876)
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Nov 10, 2022
1 parent a8df9e4 commit 5dd6f62
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ci/test_unit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@
#!/bin/bash
set -e

tox -e py38-gpu $@

# skip multi-gpu testing if any arguments are supplied.
if [[ $# -eq 0 ]] ; then
tox -e py38-multi-gpu
fi
pytest --cov-report term --cov merlin -rxs tests/unit

0 comments on commit 5dd6f62

Please sign in to comment.