Skip to content

Commit

Permalink
Try to fix test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Mar 6, 2024
1 parent d7629c1 commit 88b9603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ python -m pip wheel . -w dist -vv --no-deps --disable-pip-version-check
RAPIDS_PY_WHEEL_NAME="rapids-dask-dependency" rapids-upload-wheels-to-s3 dist

# Run tests
pip install 'dist/*.whl[test]'
python -m pip install $(ls dist/*.whl)[test]
./conda/recipes/rapids-dask-dependency/run_test.sh
1 change: 1 addition & 0 deletions conda/recipes/rapids-dask-dependency/tests

0 comments on commit 88b9603

Please sign in to comment.