Skip to content

Update setuptools requirement from >=42 to >=82.0.1 #47

Update setuptools requirement from >=42 to >=82.0.1

Update setuptools requirement from >=42 to >=82.0.1 #47

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: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: |
pip install --upgrade pip
pip install numpy
pip install mypy
- name: Mypy
run: mypy --strict tictactoe