[pre-commit.ci] auto fixes from pre-commit.com hooks #320
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
name: Python package | |
on: [push] | |
jobs: | |
call-run-python-tests: | |
uses: openclimatefix/.github/.github/workflows/python-test.yml@main | |
with: | |
# 0 means don't use pytest-xdist | |
pytest_numcpus: "2" | |
# pytest-cov looks at this folder | |
pytest_cov_dir: "dgmr" | |
os_list: '["ubuntu-latest"]' |