c-long was changed to int64_t. #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |