Skip to content

Commit

Permalink
chore(ci): Fix linter job on CI (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Oct 14, 2024
1 parent 7808fd7 commit 54980ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
activate-environment: makim
auto-update-conda: true
conda-solver: libmamba
python-version: "3.9"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54980ea

Please sign in to comment.