Skip to content

Commit

Permalink
COMP: Update workflow package dependancy versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Jan 31, 2025
1 parent 50de65c commit b357b6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 1
- uses: InsightSoftwareConsortium/ITKClangFormatLinterAction@master
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test-python-hasi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ jobs:
strategy:
max-parallel: 3
matrix:
os: [ubuntu-18.04, windows-2019, macos-10.15]
os: [ubuntu-24.04, windows-2022, macos-10.15]
include:
- os: ubuntu-18.04
- os: windows-2019
- os: windows-2022
- os: macos-10.15

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4.2.2

- name: Set up Python 3.7
uses: actions/setup-python@v1
- name: Set up Python 3.11
uses: actions/setup-python@v5.4.0
with:
python-version: 3.7
python-version: 3.11

- name: Setup ipfs
uses: ibnesayeed/setup-ipfs@master
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Install build dependencies
run: |
python -m pip install --upgrade pip
python -m pip install itk==5.2.0.post2
python -m pip install itk==5.4.0
python -m pip install itk-shape==0.2.1
python -m pip install dwd==1.0.1
python -m pip install seaborn
Expand Down

0 comments on commit b357b6f

Please sign in to comment.