Skip to content

Commit

Permalink
Merge pull request #338 from phonopy/long-to-int64
Browse files Browse the repository at this point in the history
c-long was changed to int64_t.
  • Loading branch information
atztogo authored Jan 27, 2025
2 parents d024ecb + 3281cc2 commit b0e2674
Show file tree
Hide file tree
Showing 73 changed files with 2,602 additions and 2,369 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/phono3py-pytest-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install phonopy
run: |
pip install git+https://github.com/phonopy/phonopy@develop
- name: Install phono3py
run: |
pip install -e . -v
Expand Down
Loading

0 comments on commit b0e2674

Please sign in to comment.