Skip to content

GitHub thinks 3.10 is 3.1 without quotes #801

GitHub thinks 3.10 is 3.1 without quotes

GitHub thinks 3.10 is 3.1 without quotes #801

Workflow file for this run

name: Mypy
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
name: Mypy
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v1
with:
python-version: '3.10'
- name: Install Dependencies
run: |
pip install mypy
pip install -r requirements-tests.txt
- name: mypy
run: |
mypy KerbalStuff alembic/versions