Skip to content

Christian/rework usps 0 6 dataset and add some functionality to main.py #28

Christian/rework usps 0 6 dataset and add some functionality to main.py

Christian/rework usps 0 6 dataset and add some functionality to main.py #28

Workflow file for this run

name: Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '2.0.5-0' # any version from https://github.com/mamba-org/micromamba-releases
environment-file: environment.yml
init-shell: bash
cache-environment: true
post-cleanup: 'all'
generate-run-shell: false
- name: Run tests
run: |
PYTHONPATH=. pytest tests
shell: bash -el {0}