Skip to content

Merge pull request #300 from GNS-Science/feature/298-disagg-rlz-ths #286

Merge pull request #300 from GNS-Science/feature/298-disagg-rlz-ths

Merge pull request #300 from GNS-Science/feature/298-disagg-rlz-ths #286

Workflow file for this run

name: Dev workflow
on:
# schedule:
# - cron: '5 2 * * 0' # At 02:05 on Sunday
push:
branches: [main, pre-release*]
pull_request:
branches: [main, pre-release]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
call-test-workflow:
uses: GNS-Science/nshm-github-actions/.github/workflows/python-run-tests-uv.yml@main
with:
operating-systems: "['ubuntu-latest', 'macos-latest', 'windows-latest']"
python-versions: "['3.11', '3.12']"
delete-uv-lock: ${{ github.event_name == 'schedule' }} # the scheduled build tests against newer dependencies
secrets: inherit