Skip to content

[pre-commit.ci] auto fixes from pre-commit.com hooks #461

[pre-commit.ci] auto fixes from pre-commit.com hooks

[pre-commit.ci] auto fixes from pre-commit.com hooks #461

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/workflows.yaml

View workflow run for this annotation

GitHub Actions / Python package

Workflow syntax warning

In .github/workflows/workflows.yaml (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:
# 0 means don't use pytest-xdist
pytest_numcpus: "4"
# pytest-cov looks at this folder
pytest_cov_dir: "metnet"