Skip to content

Commit deb8b02

Browse files
Merge pull request #1213 from silx-kit/silx_version
fix silx version to 2.2.2 for wheels testing (for a moment)
2 parents da4d3af + bb108ef commit deb8b02

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_Wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
python -m pip install --upgrade pip
148148
python -m pip install cython
149149
python -m pip install numpy
150-
python -m pip install silx
150+
python -m pip install silx==2.2.2
151151
152152
- name: Install Qt
153153
run: |
@@ -233,7 +233,7 @@ jobs:
233233
python -m pip install --upgrade pip
234234
python -m pip install cython
235235
python -m pip install numpy
236-
python -m pip install silx
236+
python -m pip install silx==2.2.2
237237
238238
- name: Install Qt
239239
run: |
@@ -301,7 +301,7 @@ jobs:
301301
chmod +x venv-x86/bin/python
302302
source venv-x86/bin/activate
303303
arch -x86_64 python -m pip install Pyside6
304-
arch -x86_64 python -m pip install silx
304+
arch -x86_64 python -m pip install silx==2.2.2
305305
arch -x86_64 python -m pip install --pre ${{ steps.install_wheel.outputs.wheel-path }}
306306
cd ..
307307
arch -x86_64 python -m PyMca5.tests.TestAll

0 commit comments

Comments
 (0)