Skip to content

Commit 7035239

Browse files
committed
rt
1 parent 8647398 commit 7035239

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_wheel.yml

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

0 commit comments

Comments
 (0)