Skip to content

Added South Africa and Germany Fieldscapes Converter #248

Added South Africa and Germany Fieldscapes Converter

Added South Africa and Germany Fieldscapes Converter #248

Workflow file for this run

name: pytest
on:
push:
branches:
- main
pull_request: {}
jobs:
python-matrix:
name: python-matrix
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- "3.9"
- "3.x"
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -e .
pip install -r requirements-dev.txt
- name: Execute test suites
run: pytest