undo installation of conda-build
Build on RHEL9 / build (push) Successful in 2m29s
Build on RHEL8 / build (push) Successful in 3m3s
Run tests using data on local RHEL8 / build (push) Successful in 3m48s

This commit is contained in:
2026-05-13 20:06:53 +02:00
parent c14886d8af
commit 56488b8bfb
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -39,9 +39,6 @@ jobs:
- name: Disable upload
run: conda config --set anaconda_upload no
- name: Install conda-build in base
run: conda install -n base conda-build -y
- name: Build
run: conda-build conda-recipe
@@ -35,9 +35,6 @@ jobs:
- name: Enable upload
run: conda config --set anaconda_upload yes
- name: Install conda-build in base
run: conda install -n base conda-build -y
- name: Build
env:
CONDA_TOKEN: ${{ secrets.CONDA_TOKEN }}