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