Removed python setup and tests from workflow

This commit is contained in:
Alishahryar1 2026-02-15 01:16:54 -08:00
parent ab74791e4b
commit 96e6765315

View file

@ -24,12 +24,6 @@ jobs:
enable-cache: true
cache-python: true
- name: Set up Python
run: uv python install 3.14
- name: Install dependencies
run: uv sync --locked --all-extras --dev
- name: Run tests
run: uv run pytest -v --tb=short