Skip to content

Run Tests 3.9

Run Tests 3.9 #189

name: Run Tests 3.9
on:
workflow_dispatch: # Allow manual triggers
schedule:
- cron: 0 0 * * *
pull_request:
branches:
- main
jobs:
run-tests:
uses: ./.github/workflows/run_test_base.yml
with:
python-version: "3.9"