Skip to content

Update zenodo source of gridded weather data #816

Update zenodo source of gridded weather data

Update zenodo source of gridded weather data #816

Workflow file for this run

name: Tests of eurocalliopelib and scripts
on:
push:
branches:
- main
- develop
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- name: Setup conda environment
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.8
activate-environment: test-eurocalliope
environment-file: requirements-test.yaml
- name: Test with pytest
run: |
pytest