From f11b28dc5d3d3ae887ed7a96fb50fd22c52d3797 Mon Sep 17 00:00:00 2001 From: atticuszz <1831768457@qq.com> Date: Fri, 30 Aug 2024 13:31:49 +0800 Subject: [PATCH] fix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b189538..e380092 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies with uv run: | # Install latest uv version using the installer - run: curl -LsSf https://astral.sh/uv/install.sh | sh + curl -LsSf https://astral.sh/uv/install.sh | sh uv sync --all-extras --dev - name: Run tests @@ -55,7 +55,7 @@ jobs: - name: Install dependencies with uv run: | # Install latest uv version using the installer - run: curl -LsSf https://astral.sh/uv/install.sh | sh + curl -LsSf https://astral.sh/uv/install.sh | sh uv sync --all-extras --dev - name: Pull latest changes