Skip to content

Commit

Permalink
fix: mypy workflow, force 3.10
Browse files Browse the repository at this point in the history
some libs we are using in 3.10 test env use 3.10
only syntax already.
  • Loading branch information
Kirill888 committed Jan 17, 2025
1 parent 0e258e2 commit 89ef9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Check with mypy
shell: bash
run: |
mypy odc
mypy --explicit-package-bases --python-version 3.10 odc
test-with-coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89ef9d0

Please sign in to comment.