Skip to content

fixed: github workflow python version to 3.12. #149

fixed: github workflow python version to 3.12.

fixed: github workflow python version to 3.12. #149

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
everything:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python3.12 -m pip install mypy ruff
- run: python3.12 test.py full