[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:
Rohan Mehta 2025-03-24 15:07:32 -04:00
parent 486b4e87e5
commit a7a6fe715f
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,9 @@ on:
branches:
- main
env:
UV_FROZEN: "1"
jobs:
lint:
runs-on: ubuntu-latest

View file

@ -37,7 +37,6 @@ snapshots-create:
.PHONY: old_version_tests
old_version_tests:
UV_PROJECT_ENVIRONMENT=.venv_39 uv run --python 3.9 -m pytest
UV_PROJECT_ENVIRONMENT=.venv_39 uv run --python 3.9 -m mypy .
.PHONY: build-docs
build-docs: