Skip to content

Commit

Permalink
Add back in pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 4, 2024
1 parent 2e505a2 commit 13c1eef
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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"]'

0 comments on commit 13c1eef

Please sign in to comment.