Skip to content

Commit

Permalink
a debugging commit
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 8, 2023
1 parent 02906bb commit 91ac502
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,6 @@ jobs:
- name: Download Python Wheel
uses: actions/download-artifact@v2
with:
path: ./wheel-build-${{ matrix.python-version }}
path: ./
- name: run test_wheel.sh
run: ci/test_wheel.sh ${{ matrix.python-version }}
6 changes: 6 additions & 0 deletions ci/test_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ rapids-logger "Check conda environment"

conda list

# TODO: for debugging
rapids-logger "Check wheel dir"
ls .
ls artifact


rapids-logger "Install wheel"
for whl in ./wheel-build-${python_version}/*.whl; do
pip install "$whl"
Expand Down

0 comments on commit 91ac502

Please sign in to comment.