Skip to content

Commit 37b0ad1

Browse files
authored
Add installation steps for pyopenms and numpy
1 parent 868701f commit 37b0ad1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_executable_without_Wix.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,12 @@ jobs:
265265
- name: Install Required Packages
266266
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements.txt --no-warn-script-location
267267

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+
268274
- name: Set to offline deployment
269275
run: |
270276
$content = Get-Content -Raw settings.json | ConvertFrom-Json

0 commit comments

Comments
 (0)