Skip to content

Commit

Permalink
Merge pull request #253 from MAYANK12SHARMA/main
Browse files Browse the repository at this point in the history
Added CI Tests for External PRs
  • Loading branch information
peterdudfield authored Jan 10, 2025
2 parents 2707f4f + 9086105 commit 861d645
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ 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:
# 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"]'
os_list: '["ubuntu-latest"]'

0 comments on commit 861d645

Please sign in to comment.