Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmandery committed Oct 4, 2024
1 parent f0055d0 commit 377c89b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 377c89b

Please sign in to comment.