From 01862d2f395160b869d360abe0d20dfce8046d07 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Thu, 18 Apr 2024 12:20:32 +0500 Subject: [PATCH] chore: testing workflow --- .github/workflows/check_dependencies.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 3400c7152ee7..3481d5dba71f 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -6,6 +6,7 @@ on: defaults: run: shell: bash # strict bash + working-directory: ./scripts jobs: check_dependencies: @@ -30,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 + \ No newline at end of file