Update README.md #440
Workflow file for this run
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: | |
schedule: | |
- cron: "0 12 * * 1" | |
jobs: | |
call-run-python-tests: | |
uses: openclimatefix/.github/.github/workflows/[email protected] | |
with: | |
# default python versions to use | |
python-version: "['3.11']" | |
# pytest-cov looks at this folder | |
pytest_cov_dir: "src" | |
# brew_install: "proj geos librttopo" | |
os_list: '["ubuntu-latest"]' |