Skip to content

Commit

Permalink
Updated paths.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Nov 29, 2024
1 parent fc04c82 commit 24bc190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions continuous_integration/scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ test_ci() {
cd "${CORE_ARTIFACTS_DIR}"
pip install *.whl

cd "${REPO_DIR}/cuda_python/cuda_bindings"
cd "${REPO_DIR}/cuda_bindings"
python -m pytest tests/

cd "${REPO_DIR}/cuda_python/cuda_core"
cd "${REPO_DIR}/cuda_core"
python -m pytest tests/

}
Expand Down

0 comments on commit 24bc190

Please sign in to comment.