Skip to content

build

build #37

Workflow file for this run

# Builds the repository using mamba
---
name: build
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'
jobs:
build:
strategy:
matrix:
os: [ubuntu-24.04, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install Conda environment with Micromamba
uses: mamba-org/setup-micromamba@v3
with:
environment-file: binder/environment.yml
environment-name: binder