checkout .github files from ed8c885
Build on RHEL9 docker image / build (push) Successful in 4m21s
Build on RHEL8 docker image / build (push) Successful in 5m11s
Run Simulator Tests on local RHEL9 / build (push) Successful in 18m16s
Run Simulator Tests on local RHEL8 / build (push) Successful in 21m54s

This commit is contained in:
2026-05-21 10:59:31 +02:00
parent d7456f248b
commit 5ffa0f3c84
7 changed files with 22 additions and 22 deletions
+4 -4
View File
@@ -18,10 +18,10 @@ jobs:
shell: "bash -l {0}"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Get conda
uses: conda-incubator/setup-miniconda@v3.0.4
uses: conda-incubator/setup-miniconda@v4
with:
python-version: ${{ matrix.python-version }}
channels: conda-forge
@@ -33,10 +33,10 @@ jobs:
run: conda config --set anaconda_upload no
- name: Build
run: conda build conda-recipes/python-client --output-folder build_output
run: conda-build conda-recipes/python-client --output-folder build_output
- name: Upload all Conda packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
with:
name: conda-packages
path: build_output/** # Uploads all packages