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

Commit 5fa66d0

Browse files
authored
3.2, cython+autowrap constrained, contrib release matched
1 parent 50049ec commit 5fa66d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-windows-executable-app.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: write
1414

1515
env:
16-
OPENMS_VERSION: 3.3.0
16+
OPENMS_VERSION: 3.2.0
1717
PYTHON_VERSION: 3.11.0
1818
# Name of the installer
1919
APP_NAME: OpenMS-StreamlitTemplateApp
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
cd OpenMS/contrib
8686
# Download the file using the URL fetched from GitHub
87-
gh release download -R OpenMS/contrib --pattern 'contrib_build-Windows.tar.gz'
87+
gh release download release/3.2.0 -R OpenMS/contrib --pattern 'contrib_build-Windows.tar.gz'
8888
# Extract the archive
8989
7z x -so contrib_build-Windows.tar.gz | 7z x -si -ttar
9090
rm contrib_build-Windows.tar.gz

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
FROM ubuntu:22.04 AS setup-build-system
1111
ARG OPENMS_REPO=https://github.com/OpenMS/OpenMS.git
12-
ARG OPENMS_BRANCH=release/3.3.0
12+
ARG OPENMS_BRANCH=release/3.2.0
1313
ARG PORT=8501
1414
# GitHub token to download latest OpenMS executable for Windows from Github action artifact.
1515
ARG GITHUB_TOKEN
@@ -58,7 +58,7 @@ SHELL ["mamba", "run", "-n", "streamlit-env", "/bin/bash", "-c"]
5858

5959
# Install up-to-date cmake via mamba and packages for pyOpenMS build.
6060
RUN mamba install cmake
61-
RUN pip install --upgrade pip && python -m pip install -U setuptools nose cython autowrap pandas numpy pytest
61+
RUN pip install --upgrade pip && python -m pip install -U setuptools nose 'cython<3.1' 'autowrap<0.23' pandas numpy pytest
6262

6363
# Clone OpenMS branch and the associcated contrib+thirdparties+pyOpenMS-doc submodules.
6464
RUN git clone --recursive --depth=1 -b ${OPENMS_BRANCH} --single-branch ${OPENMS_REPO} && cd /OpenMS

0 commit comments

Comments
 (0)