Skip to content

Commit 143fe01

Browse files
authored
Remove OpenMS stack installation from workflow
Removed installation steps for the Binary-stable OpenMS stack from the workflow.
1 parent efc5b7d commit 143fe01

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/embeddable_env_without_OpenMS.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,6 @@ jobs:
7777
7878
- name: Install Required Packages
7979
run: .\python-${{ env.PYTHON_VERSION }}\python -m pip install --force-reinstall -r requirements_embd_py310_win.txt --no-warn-script-location
80-
81-
- name: Binary-stable OpenMS stack
82-
run: |
83-
# Seed DLLs
84-
python -m pip install pyopenms==3.3.0
85-
86-
# Override Python bindings
87-
python -m pip install pyopenms==3.1.0
88-
89-
# Restore correct NumPy ABI
90-
python -m pip install numpy==1.22.4
9180

9281
- name: Set to offline deployment
9382
run: |

0 commit comments

Comments
 (0)