Skip to content

bump python version to 3.12.4, update pkg depedencies to latest #10

bump python version to 3.12.4, update pkg depedencies to latest

bump python version to 3.12.4, update pkg depedencies to latest #10

Workflow file for this run

name: Test
on:
pull_request:
branches: [ "main" ]
types:
- opened
- reopened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Python Tests
uses: ./.github/actions/tests