Skip to content

Commit 24bc190

Browse files
committed
Updated paths.
1 parent fc04c82 commit 24bc190

File tree

1 file changed

+2
-2
lines changed
  • continuous_integration/scripts

1 file changed

+2
-2
lines changed

continuous_integration/scripts/test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ test_ci() {
1111
cd "${CORE_ARTIFACTS_DIR}"
1212
pip install *.whl
1313

14-
cd "${REPO_DIR}/cuda_python/cuda_bindings"
14+
cd "${REPO_DIR}/cuda_bindings"
1515
python -m pytest tests/
1616

17-
cd "${REPO_DIR}/cuda_python/cuda_core"
17+
cd "${REPO_DIR}/cuda_core"
1818
python -m pytest tests/
1919

2020
}

0 commit comments

Comments
 (0)