Skip to content

Refactor data retrieval functions: get_all_users ,get_all_site_group #592

Refactor data retrieval functions: get_all_users ,get_all_site_group

Refactor data retrieval functions: get_all_users ,get_all_site_group #592

Workflow file for this run

name: Python package tests
on:
push:
pull_request:
types: [opened, synchronize, reopened]
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
schedule:
- cron: "0 12 * * 1"
jobs:
call-run-python-tests:
uses: openclimatefix/.github/.github/workflows/[email protected]
with:
python-version: "['3.12']"
pytest_cov_dir: "src"
os_list: '["ubuntu-latest"]'