Skip to content

Commit

Permalink
Actually run the test instead of rebuilding the repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Sep 23, 2024
1 parent edb8c14 commit 3b4683e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions continuous_integration/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
test_ci() {
set -xeou pipefail

cd "${REPO_DIR}"
cd "${ARTIFACTS_DIR}"

activate_conda_env;

export CUDA_HOME="${CONDA_PREFIX}/targets/x86_64-linux"
export PARALLEL_LEVEL=$(nproc --ignore 1)
pip install *.whl

cd "${REPO_DIR}"

python setup.py bdist_wheel
python -m pytest
}

test_project() {
Expand Down

0 comments on commit 3b4683e

Please sign in to comment.