Skip to content

Commit

Permalink
Add github action test on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Jan 26, 2025
1 parent 988354a commit 5315df3
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/phono3py-pytest-macos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Pytest on macOS

on:
push:
branches:
- macos

jobs:
build-macos:
runs-on: macos-latest
defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v4
- name: Install phono3py
run: |
pip install -e . -v
- name: Run pytest
run: |
pip install pytest
pytest -v test
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: wheel-build-and-deploy

on:
push:
branches:
- make-wheel
- make-wheel-test
push:
branches:
- make-wheel
- make-wheel-test

jobs:
build_wheels:
Expand Down

0 comments on commit 5315df3

Please sign in to comment.