Skip to content

Pin worldcereal_crop_extent and worldcereal_crop_type to python38 run… #868

Pin worldcereal_crop_extent and worldcereal_crop_type to python38 run…

Pin worldcereal_crop_extent and worldcereal_crop_type to python38 run… #868

Workflow file for this run

name: "Unit Tests"
on: [push]
jobs:
unittests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install test suite dependencies
run: |
python -m pip install .[tests]
python -m pip install qa/tools
python -m pip install -r qa/unittests/requirements.txt
- name: Test with pytest
run: |
pytest
cd qa/unittests
pytest