From 54980eadbea5e982d80aa248f0c741250b3fb75e Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Mon, 14 Oct 2024 13:24:41 -0400 Subject: [PATCH] chore(ci): Fix linter job on CI (#119) --- .github/workflows/main.yaml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index dd99752..f398f1b 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -146,6 +146,7 @@ jobs: activate-environment: makim auto-update-conda: true conda-solver: libmamba + python-version: "3.9" - name: Install dependencies run: | diff --git a/pyproject.toml b/pyproject.toml index 9249ffe..a22e3f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ testpaths = [ ] [tool.mypy] -python_version = "3.8" +python_version = "3.9" check_untyped_defs = true strict = true ignore_missing_imports = true