Skip to content

Merge pull request #63 from ASFHyP3/add-create-jira-issue-workflow #73

Merge pull request #63 from ASFHyP3/add-create-jira-issue-workflow

Merge pull request #63 from ASFHyP3/add-create-jira-issue-workflow #73

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@v1
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"