Skip to content

Update Dockerfile: change base image to python:3.10 #1040

Update Dockerfile: change base image to python:3.10

Update Dockerfile: change base image to python:3.10 #1040

Workflow file for this run

on:
push:
pull_request:
name: Type checker
jobs:
test:
name: pyright
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v6
with:
python-version: '3.10'
- run: pip install -e .[gui]
- uses: jakebailey/pyright-action@v3
with:
version: 1.1.318