From 3433bbd54da2ca62c5c92ea4e0dcd21f13460877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Wed, 21 Aug 2024 22:00:23 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 75ed8e2..93ca7ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: - name: Install Dependencies run: | - pip install -r requirements.txt -r requirements-dev.txt + pip install -r requirements.txt - name: Build Executable with Nuitka uses: Nuitka/Nuitka-Action@main