diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 394d09b34ec1..7e5d747e3572 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -6,7 +6,6 @@ on: defaults: run: shell: bash # strict bash - working-directory: ./scripts jobs: check_dependencies: @@ -32,4 +31,4 @@ jobs: - name: Run Python script run: python find_dependencies.py edx-platform --org edx - working-directory: ./requirements \ No newline at end of file + working-directory: ./scripts \ No newline at end of file