Skip to content

Merge pull request #541 from asfadmin/dependabot/pip/boto3-1.35.68 #641

Merge pull request #541 from asfadmin/dependabot/pip/boto3-1.35.68

Merge pull request #541 from asfadmin/dependabot/pip/boto3-1.35.68 #641

Workflow file for this run

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