From 3c3a074e5cd2555d3a49e9d8c55721c2783fa86d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E7=91=97=E6=9D=B0?= <3695888@qq.com> Date: Tue, 24 Jan 2023 09:27:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E4=B8=AAaction=20=E4=B8=8D=E5=A6=82?= =?UTF-8?q?=E4=B8=8D=E8=A3=85=EF=BC=88=20[page=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nuitka.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index ba68d72..d987d7a 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -55,11 +55,6 @@ jobs: - name: Install env run: | pip install -r requirement-dev.txt - - - name: Install pyo3 - uses: baptiste0928/cargo-install@v1 - with: - crate: pyo3 # 提取 DR 版本和其他信息 - name: Display Difficult-Rocket info