Skip to content

Commit 7e5097e

Browse files
committed
Actually run the test instead of rebuilding the repo.
1 parent a2ec9e8 commit 7e5097e

File tree

1 file changed

+7
-4
lines changed
  • continuous_integration/scripts

1 file changed

+7
-4
lines changed

continuous_integration/scripts/test

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
test_ci() {
44
set -xeou pipefail
55

6-
cd "${REPO_DIR}"
6+
cd "${ARTIFACTS_DIR}"
7+
8+
activate_conda_env;
79

8-
export CUDA_HOME="${CONDA_PREFIX}/targets/x86_64-linux"
9-
export PARALLEL_LEVEL=$(nproc --ignore 1)
10+
pip install *.whl
11+
12+
cd "${REPO_DIR}"
1013

11-
python setup.py bdist_wheel
14+
python -m pytest
1215
}
1316

1417
test_project() {

0 commit comments

Comments
 (0)