Skip to content

Merge pull request #712 from ASFHyP3/dependabot/pip/boto3-1.36.16 #1087

Merge pull request #712 from ASFHyP3/dependabot/pip/boto3-1.36.16

Merge pull request #712 from ASFHyP3/dependabot/pip/boto3-1.36.16 #1087

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