From 675917796dc3c66bf23ee2907cb13b446ff2c31f Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 28 Nov 2025 01:37:08 -0500 Subject: [PATCH] fix(ci): easier uv install --- .github/workflows/quality.yaml | 6 +++--- .../ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 7261d29..7439294 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -115,10 +115,10 @@ jobs: - uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v4 - - name: Install dependencies with mypy - run: uv sync --dev + - name: Install mypy + run: uv tool install mypy - name: Type check Python files with mypy - run: uv run mypy . + run: mypy . markdown-format: name: Markdown Format Check diff --git a/node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json b/node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json index 74d4338..dacd16e 100644 --- a/node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json +++ b/node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json @@ -1 +1 @@ -{"0a0023b8da2b9910ea791cb38d3d9f432d43a2aa":{"files":{".pre-commit-config.yaml":["cp/DXl3O6RiSTEiUzZu/H0S12AI=",true],"node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json":false},"modified":1764307704914}} \ No newline at end of file +{"0a0023b8da2b9910ea791cb38d3d9f432d43a2aa":{"files":{".pre-commit-config.yaml":["cp/DXl3O6RiSTEiUzZu/H0S12AI=",true],"node_modules/.cache/prettier/.prettier-caches/ccf530a7930036697768ca49f5dfdb3a5c0b3ac8.json":false,".github/workflows/quality.yaml":["71R/fETAbIvSMY+tLmDTX0weFcg=",true]},"modified":1764311826691}} \ No newline at end of file