Skip to content

Bump mypy from 1.8.0 to 1.9.0 in /python/python #88

Bump mypy from 1.8.0 to 1.9.0 in /python/python

Bump mypy from 1.8.0 to 1.9.0 in /python/python #88

Workflow file for this run

on: [push, pull_request]
jobs:
make:
runs-on: ubuntu-20.04
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Check code and build
run: |
cd python/python/ && make clean check all && cd ../..
cd python/ && make clean check all && cd ..