Skip to content

Commit 5dd6f62

Browse files
committed
revert tox usage in ci unit test script (#876)
1 parent a8df9e4 commit 5dd6f62

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

ci/test_unit.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,4 @@
1717
#!/bin/bash
1818
set -e
1919

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

0 commit comments

Comments
 (0)