Skip to content

first attempt conda build actions #1

first attempt conda build actions

first attempt conda build actions #1

Workflow file for this run

name: Conda Build
on:
push:
branches:
- feature/cuda_integration # Adjust to your branch names as needed
pull_request:
branches:
- feature/cuda_integration # Adjust to your branch names as needed
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.9, 3.10, 3.11, 3.12] # Adjust Python versions as needed
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: base
python-version: ${{ matrix.python-version }}
- name: Install conda-build
run: |
conda install -c conda-forge boa
run: |

Check failure on line 33 in .github/workflows/conda_build.yml

View workflow run for this annotation

GitHub Actions / Conda Build

Invalid workflow file

The workflow is not valid. .github/workflows/conda_build.yml (Line: 33, Col: 9): 'run' is already defined
conda config --set anaconda_upload yes
- name: Build conda package
run: |
conda mambabuild lyceanem/conda/