Skip to content

Merge branch 'update-mypy-options' into dependabot/github_actions/ASF… #1067

Merge branch 'update-mypy-options' into dependabot/github_actions/ASF…

Merge branch 'update-mypy-options' into dependabot/github_actions/ASF… #1067

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