Skip to content

Commit

Permalink
Updating build version to Python3.8 (#63)
Browse files Browse the repository at this point in the history
Upgrading to Python3.8 [skip ci]
  • Loading branch information
dbouget authored Oct 31, 2023
1 parent 65cad4b commit 6b6840b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.8"

- name: Download ANTs
uses: robinraju/release-downloader@main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.8"

- name: Install CL dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.8"

# Not using the ANTs c++ backend on Windows, have to investigate how to execute the bash scripts.
# But have to download it due to the expected copying of the install folder...
Expand Down

0 comments on commit 6b6840b

Please sign in to comment.