Skip to content

Commit 8647398

Browse files
committed
fgv
1 parent 4669fe4 commit 8647398

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build_wheel.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ jobs:
7373
- name: Install and Test with pytest
7474
run: |
7575
export PATH="$pythonLocation:$PATH"
76-
python -m pip install ./wheelhouse/ratapi-0.0.0.dev7-cp311-cp311-macosx_11_0_arm64.whl
77-
python test.py
76+
cd wheelhouse
77+
python -m pip install ratapi-0.0.0.dev7-cp311-cp311-macosx_11_0_arm64.whl
78+
python ../test.py

0 commit comments

Comments
 (0)