From 031aa575dfdad36272a50c18c2615ead7eff082b Mon Sep 17 00:00:00 2001 From: Bryan Brannan <118756597+BirdsAreFlyingCameras@users.noreply.github.com> Date: Thu, 28 Dec 2023 18:14:27 -0800 Subject: [PATCH] Update main.yml --- .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 8359850..4fe6e20 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,4 +11,4 @@ jobs: # Put an example of mandatory inputs here with: PROJECT_PATH: . #default is the root of the repository - REQUIREMENT_PATH: ./requirements.txt #default is requirement.txt in the root of your repository + REQUIREMENT_PATH: requirements.txt #default is requirement.txt in the root of your repository