Skip to content

Commit

Permalink
Build and test wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Sep 7, 2023
1 parent 797a95f commit 2155b7b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build-test-riscv64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ jobs:
apt-get install -y cmake build-essential git python3 python3-dev && \
cmake --version && \
uname -a && \
mkdir -p build && \
cd build && \
cmake ../ && \
cmake --build . -- -j 2
export CP_USE_GREEN_REAPER=0 && \
pip wheel -w dist . && \
python3 -m venv venv && \
./venv/bin/python -m pip install dist/*.whl && \
./venv/bin/python -m pip install pytest && \
./venv/bin/python -m pytest -v tests/
'

0 comments on commit 2155b7b

Please sign in to comment.