From 7e618b51a21b9d530efd9042aeff59ce632e3e8b Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 29 Dec 2022 12:10:36 +0800 Subject: [PATCH] fix: remove , --- .github/workflows/nuitka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuitka.yml b/.github/workflows/nuitka.yml index 4607b01..1ca4ee3 100644 --- a/.github/workflows/nuitka.yml +++ b/.github/workflows/nuitka.yml @@ -39,7 +39,7 @@ jobs: - name: Install env run: | pip install -r requirement.txt - pip install nuitka, orderedset + pip install nuitka orderedset # # Build python script into a stand-alone exe