From 43f768d049a3301c28f16511018d4fc24ca2c8c4 Mon Sep 17 00:00:00 2001 From: Hommy <16620803786@163.com> Date: Tue, 26 May 2026 20:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=8E=89=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E6=89=93=E5=8C=85=E6=B5=81=E7=A8=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dev.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 3959e93..225e6bd 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -15,22 +15,7 @@ jobs: steps: - name: 准备代码 uses: actions/checkout@v4 - - # 安装uv环境 - - name: 安装uv - uses: astral-sh/setup-uv@v2 - with: - version: "0.8.11" - enable-cache: true - - - name: 准备python环境 - uses: actions/setup-python@v5 - with: - python-version: "3.11" - - - name: 安装基础依赖 - run: uv sync #只安装基础依赖,避免平台特定依赖 - + - name: 查看文件和目录结构 run: ls -lha