Skip to content

Commit

Permalink
use setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed May 2, 2024
1 parent 8a50fe6 commit cc71904
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,13 @@ jobs:
run: |
brew install openmpi scalapack
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: pip
run: |
python -m pip install numpy
python3 -m pip install numpy
- name: make workspace
Expand Down

0 comments on commit cc71904

Please sign in to comment.