Updated workflow

This commit is contained in:
Alishahryar1 2026-02-14 23:04:27 -08:00
parent 8fb5ee698b
commit 3950c39ae8

View file

@ -15,17 +15,20 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref || github.ref_name }}
fetch-depth: 1
- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v7
with:
version: "latest"
enable-cache: true
cache-python: true
- name: Set up Python
run: uv python install 3.14
- name: Install dependencies
run: uv sync --all-extras --dev
run: uv sync --locked --all-extras --dev
- name: Run tests
run: uv run pytest -v --tb=short