From fa3e8b94b88e436b37551cd63441b109db8dd821 Mon Sep 17 00:00:00 2001 From: natsukashiixo <114266981+natsukashiixo@users.noreply.github.com> Date: Tue, 3 Oct 2023 14:15:50 +0200 Subject: [PATCH] Update python-app.yml remove possibly wrong step --- .github/workflows/python-app.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ba09041..a8fee28 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -33,8 +33,6 @@ jobs: # This file will be used to create executable. # If .py: Generated spec file will also be uploaded as artifact spec: app/src/build_specs.spec - # path of your requirements.txt file - requirements: ./requirements.txt # Options to set for pyinstaller command Ex: options: '--onedir, -F' (seperated by comma and space) options: --noconfirm # specific python version you want to use