Skip to content

Upgrade to use py3.10 features #110

Upgrade to use py3.10 features

Upgrade to use py3.10 features #110

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Pull Request CI
on:
pull_request:
branches: [ main ]
jobs:
run_linter:
uses: ./.github/workflows/run_linter.yml
run_test_suite:
uses: ./.github/workflows/run_test_suite.yml