From 377c89b45cb3237606e152d243d24cd9df908224 Mon Sep 17 00:00:00 2001 From: Nico Mandery Date: Fri, 4 Oct 2024 15:13:11 +0200 Subject: [PATCH] wip --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 878f731..9245aef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,8 @@ jobs: run: | set -e pip install --force-reinstall dist/*.whl - pytest -s h3ronpy/tests + cd h3ronpy + pytest -s tests linux-aarch64: runs-on: ubuntu-latest @@ -120,7 +121,8 @@ jobs: run: | set -e pip install --force-reinstall dist/*.whl - pytest h3ronpy/tests + cd h3ronpy + pytest -s tests macos-x86_64: needs: @@ -162,7 +164,8 @@ jobs: # run: | # set -e # pip install --force-reinstall --verbose dist/*.whl - # pytest h3ronpy/tests + # cd h3ronpy + # pytest -s tests macos-aarch64: runs-on: macos-latest