From 57e8d9aaa7cb336a558deead01fafa39542ffb87 Mon Sep 17 00:00:00 2001 From: Pink YuDeer <83949453+PinkYuDeer@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:39:36 +0800 Subject: [PATCH] Update AutoArtifacts.yml --- .github/workflows/AutoArtifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/AutoArtifacts.yml b/.github/workflows/AutoArtifacts.yml index bfd4827..881984c 100644 --- a/.github/workflows/AutoArtifacts.yml +++ b/.github/workflows/AutoArtifacts.yml @@ -28,7 +28,7 @@ jobs: - name: Install Dependencies run: | - pip install -r requirements.txt -r requirements-dev.txt + pip install -r requirements.txt - name: Build Executable uses: Nuitka/Nuitka-Action@main