diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index 7e5d747e3572..3400c7152ee7 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -30,5 +30,4 @@ jobs: run: chmod +x find_dependencies.py - name: Run Python script - run: python find_dependencies.py edx-platform --org edx - working-directory: ./scripts \ No newline at end of file + run: python find_dependencies.py edx-platform --org edx \ No newline at end of file