Skip to content

Commit

Permalink
dont run on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jul 18, 2024
1 parent 4564334 commit d96d2f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ on:
- cron: "0 12 * * 1"
jobs:
call-run-python-tests:
uses: openclimatefix/.github/.github/workflows/python-test.yml@main
uses: openclimatefix/.github/.github/workflows/python-test.yml@v1.8.1
with:
# 0 means don't use pytest-xdist
pytest_numcpus: "1"
# pytest-cov looks at this folder
pytest_cov_dir: "ocf_blosc2"
os_list: '["ubuntu-latest"]'

0 comments on commit d96d2f7

Please sign in to comment.