Skip to content

Add description

Add description #37

Workflow file for this run

name: Pytest
on:
push:
pull_request:
jobs:
test-pandas-read-in:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -el {0}
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
environment-file: environment.yml
activate-environment: pv-code-examples
- run: pytest