remove from proces and combine, as it wont be used there #322
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Python package tests | |
on: | |
push: | |
pull_request: | |
types: [opened, reopened, synchronize] | |
schedule: | |
- cron: "0 12 * * 1" | |
jobs: | |
call-run-python-tests: | |
uses: openclimatefix/.github/.github/workflows/python-test.yml@main | |
with: | |
# 0 means don't use pytest-xdist | |
pytest_numcpus: "4" | |
# pytest-cov looks at this folder | |
pytest_cov_dir: "ocf_data_sampler" | |
# extra things to install | |
#sudo_apt_install: "libgeos++-dev libproj-dev proj-data proj-bin" | |
# brew_install: "proj geos librttopo" | |
os_list: '["ubuntu-latest"]' |