mirror of https://github.com/aliasrobotics/cai.git
[0/n] Only run tests on py3.9, not mypy
### Summary: We don't need to run mypy on 3.9 anyway. Also it causes issues with the rest of this stack. ### Test plan: run checks
This commit is contained in:
parent
7af3f82a18
commit
cc247a3fab
|
|
@ -8,6 +8,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
UV_FROZEN: "1"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue