We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868701f commit 37b0ad1Copy full SHA for 37b0ad1
.github/workflows/build_executable_without_Wix.yaml
@@ -265,6 +265,12 @@ jobs:
265
- name: Install Required Packages
266
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location
267
268
+ - name: Install pyopenms
269
+ run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install pyopenms==3.1.0 --no-warn-script-location
270
+
271
+ - name: Install numpy
272
+ run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install numpy==1.22.4 --no-warn-script-location
273
274
- name: Set to offline deployment
275
run: |
276
$content = Get-Content -Raw settings.json | ConvertFrom-Json
0 commit comments