Skip to content

Commit

Permalink
Merge branch 'osl-incubator:main' into matrix-strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetSaroha authored Oct 14, 2024
2 parents 3ffebe8 + 54980ea commit cc288ba
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 cc288ba

Please sign in to comment.