-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #253 from MAYANK12SHARMA/main
Added CI Tests for External PRs
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"]' |