Skip to content

Add disk download to getting started example #28

Add disk download to getting started example

Add disk download to getting started example #28

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