Skip to content

Commit

Permalink
change ci python for osx [ci build]
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Jun 18, 2024
1 parent 1619ffd commit c3e9d2b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.7'
python-version: '3.9'

- name: install python packages
run: python3 -m pip install numpy scipy
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
with:
submodules: 'recursive'

# Use system python on mac; 3.9 seems to be available and this way there aren't multiple versions floating around
#- uses: actions/setup-python@v2
#name: Install Python
#with:
#python-version: '3.7'
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.9'

- name: install python packages
run: python3 -m pip install numpy scipy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.7'
python-version: '3.9'

- name: install python packages
run: python -m pip install numpy scipy
Expand Down

0 comments on commit c3e9d2b

Please sign in to comment.