Skip to content

Merge pull request #702 from ASFHyP3/dependabot/github_actions/ASFHyP… #1068

Merge pull request #702 from ASFHyP3/dependabot/github_actions/ASFHyP…

Merge pull request #702 from ASFHyP3/dependabot/github_actions/ASFHyP… #1068

Workflow file for this run

name: Run tests
on: push
jobs:
pytest:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v2
with:
environment-file: environment.yml
- name: run pytest
run: make test