From a6fafa13891dddc9c2d25895414ae958ec97e1b8 Mon Sep 17 00:00:00 2001 From: Dohg678 <160362463+Dohg678@users.noreply.github.com> Date: Thu, 6 Jun 2024 09:23:15 +0100 Subject: [PATCH] Update main.yml Signed-off-by: Dohg678 <160362463+Dohg678@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8499c87..b9214cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: with: python-version: 3.11 - - run: pip install -r requirements.txt pyinstaller + - run: pip install -r Requirements.txt pyinstaller - run: pyinstaller your-code.py # Optionally verify that it works (provided that it does not need user interaction) - run: ./dist/your-code/your-code