Skip to content

Commit 8889427

Browse files
authored
CI: Pin simpleitk to 2.4.1 for Linux, 2.5.0 doesn't build (#807)
2 parents 208744f + 439fe34 commit 8889427

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
echo "Installing system dependencies with yum"
160160
yum install -y gcc-c++ libpng-devel libpng
161161
echo "pip installing cmake and ninja"
162-
python -m pip install cmake ninja setuptools SimpleITK
162+
python -m pip install cmake ninja setuptools SimpleITK==2.4.1
163163
164164
CIBW_BEFORE_ALL_WINDOWS: |
165165
python -m pip install cmake ninja setuptools SimpleITK

.github/workflows/wheels_faster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
CIBW_BEFORE_ALL_LINUX: |
101101
echo "Installing system dependencies with yum"
102102
yum install -y gcc-c++ libpng-devel libpng
103-
python -m pip install cmake ninja setuptools SimpleITK
103+
python -m pip install cmake ninja setuptools SimpleITK==2.4.1
104104
105105
CIBW_BEFORE_ALL_WINDOWS: |
106106
python -m pip install cmake ninja setuptools SimpleITK

0 commit comments

Comments
 (0)