From c07018a3aa0ab2da2f9546a435e63d366eddf21b Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sat, 9 Dec 2023 19:19:47 +0100 Subject: [PATCH] CI: Run the test script on macOS --- .github/workflows/CI.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f004436..f3b9a4b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -80,6 +80,13 @@ jobs: with: name: wheels path: dist + - name: Test + run: | + python3 -m venv ${PWD}/.venv + . .venv/bin/activate + maturin --version + maturin develop + python3 test.py sdist: runs-on: ubuntu-latest