This repository was archived by the owner on Apr 2, 2026. It is now read-only.
[pre-commit.ci] pre-commit autoupdate #441
This file contains hidden or 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 | ||
| on: [push] | ||
| jobs: | ||
| call-run-python-tests: | ||
| uses: openclimatefix/.github/.github/workflows/python-test.yml@main | ||
|
Check warning on line 6 in .github/workflows/pytest.yml
|
||
| with: | ||
| # pytest-cov looks at this folder | ||
| pytest_cov_dir: "pvoutput" | ||
| # these packages are installed. They are needed for 'cartopy' | ||
| sudo_apt_install: "libgeos-dev libproj-dev" | ||
| # these packages are installed. They are needed for 'cartopy' | ||
| brew_install: "c-blosc hdf5 geos proj" | ||