diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml index f8c49f938a48..c6b201f1ef62 100644 --- a/.github/workflows/check_dependencies.yml +++ b/.github/workflows/check_dependencies.yml @@ -22,7 +22,7 @@ jobs: python-version: '3.8' - name: Make the script files executable - run: chmod +x my-script.sh my-other-script.sh + run: chmod +x find_dependencies.py - name: Run Python script run: python find_dependencies.py \ No newline at end of file