From ba9fdd0a44694adc78493bb2c38aee89c5a1244d Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 18 Apr 2024 12:04:03 +0500 Subject: [PATCH] chore: testing workflow --- .github/workflows/check_dependencies.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 879d1a67b54a..394d09b34ec1 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -31,4 +31,5 @@ jobs: run: chmod +x find_dependencies.py - name: Run Python script - run: python find_dependencies.py edx-platform --org edx \ No newline at end of file + run: python find_dependencies.py edx-platform --org edx + working-directory: ./requirements \ No newline at end of file