File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments