Skip to content

adding country lines to the choropleth (#78) #123

adding country lines to the choropleth (#78)

adding country lines to the choropleth (#78) #123

Workflow file for this run

name: Full Tests
on:
pull_request:
push:
branches: [main]
jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
with:
init-shell: bash
environment-file: environment.yml
environment-name: TEST
- name: Tests
shell: bash -l {0}
run: |
python -m pytest -rxs tests