Skip to content

Bump ASFHyP3/actions from 0.11.0 to 0.11.1 #71

Bump ASFHyP3/actions from 0.11.0 to 0.11.1

Bump ASFHyP3/actions from 0.11.0 to 0.11.1 #71

Workflow file for this run

name: Test
on:
push:
branches:
- main
- dev
pull_request:
branches:
- main
- dev
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: mamba-org/provision-with-micromamba@main
with:
environment-name: s1-frame-enumerator
environment-file: environment.yml
extra-specs: |
python=${{ matrix.python-version }}
- name: Pytest in conda environment
shell: bash -l {0}
run: |
python -m pip install .
pytest .