Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

Commit bc4a134

Browse files
authored
Merge pull request #501 from OpenMS/poshul-patch-5
Install pyopenms in build-push-notebooks workflow
2 parents f7cf34f + 3ccda1f commit bc4a134

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build-push-notebooks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python3 -m pip install --upgrade pip
3030
python3 -m pip install --upgrade jupyter
3131
python3 -m pip install --upgrade -r requirements.txt
32+
python3 docs/install_pyopenms.py
3233
3334
3435
- name: Generating notebooks

.github/workflows/test-pr-sphinx.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ jobs:
2424
python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax
2525

2626
- name: Installing Dependencies
27-
run: pip install -r docs/requirements.txt
27+
run: |
28+
pip install -r docs/requirements.txt
29+
python3 docs/install_pyopenms.py
2830
2931
- name: Install PyOpenMS if URL is provided
3032
if: ${{ inputs.pyopenms_wheel_url != '' }}

0 commit comments

Comments
 (0)