Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

[pre-commit.ci] pre-commit autoupdate #441

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #441

Workflow file for this run

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

View workflow run for this annotation

GitHub Actions / Python package

Workflow syntax warning

In .github/workflows/pytest.yml (Line: 6, Col: 11): Error from called workflow openclimatefix/.github/.github/workflows/python-test.yml@main (Line: 75, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
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"