From 75ec92c293c5abf2774c28dc9a7f2914fe6eae47 Mon Sep 17 00:00:00 2001 From: Colk-tech Date: Fri, 20 Dec 2024 02:37:50 +0900 Subject: [PATCH] add: add `uv sync` command at the end of `setup` job --- .github/workflows/python-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python-ci.yml b/.github/workflows/python-ci.yml index 4c8975b..c5202c2 100644 --- a/.github/workflows/python-ci.yml +++ b/.github/workflows/python-ci.yml @@ -22,6 +22,10 @@ jobs: with: enable-cache: true + - name: Install dependencies + run: | + uv sync + mypy: runs-on: ubuntu-latest needs: setup