Merge pull request #262 from openclimatefix/add-back-herbie-in-req #577
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, synchronize, reopened] | |
pull_request_target: | |
types: [opened, synchronize, reopened, ready_for_review] | |
schedule: | |
- cron: "0 12 * * 1" | |
jobs: | |
call-run-python-tests: | |
uses: openclimatefix/.github/.github/workflows/[email protected] | |
with: | |
python-version: "['3.12']" | |
pytest_cov_dir: "src" | |
os_list: '["ubuntu-latest"]' |