Skip to content

Commit

Permalink
revert py version [ci build]
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Jun 18, 2024
1 parent 607f833 commit f1f0464
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@v5
name: Install Python
with:
python-version: '3.9'
python-version: '3.7'

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

- 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@v5
name: Install Python
with:
python-version: '3.9'
python-version: '3.7'

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

0 comments on commit f1f0464

Please sign in to comment.