Skip to content

c-long was changed to int64_t. #9

c-long was changed to int64_t.

c-long was changed to int64_t. #9

name: Pytest on windows
on:
push:
branches:
- windows
jobs:
build-windows:
runs-on: windows-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