Skip to content

foo

foo #244

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
name: pism-ragis
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: mamba-org/setup-micromamba@v1
with:
generate-run-shell: false
environment-file: environment.yml
environment-name: pism-ragis
env:
ACTIONS_STEP_DEBUG: true