Skip to content

Merge pull request #106 from ASFHyP3/dependabot/pip/ruff-0.9.7 #128

Merge pull request #106 from ASFHyP3/dependabot/pip/ruff-0.9.7

Merge pull request #106 from ASFHyP3/dependabot/pip/ruff-0.9.7 #128

Workflow file for this run

name: Test and tag
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- name: Pytest in conda environment
shell: bash -l {0}
run: |
python -m pip install .[develop]
pytest --cov=hyp3_testing -m "not golden"