mirror of https://github.com/aliasrobotics/cai.git
[0/n] Only run tests on py3.9, not mypy (#319)
We don't really need mypy on 3.9 (unit tests would catch any real issues), and it causes issues with the rest of this stack. --- [//]: # (BEGIN SAPLING FOOTER) * #324 * #322 * #321 * #320 * __->__ #319
This commit is contained in:
commit
28e4b99e03
|
|
@ -8,6 +8,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
UV_FROZEN: "1"
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in New Issue