We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4669fe4 commit 8647398Copy full SHA for 8647398
1 file changed
.github/workflows/build_wheel.yml
@@ -73,5 +73,6 @@ jobs:
73
- name: Install and Test with pytest
74
run: |
75
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
+ cd wheelhouse
+ python -m pip install ratapi-0.0.0.dev7-cp311-cp311-macosx_11_0_arm64.whl
78
+ python ../test.py
0 commit comments