diff --git a/.github/workflows/sync_native_dependency.yml b/.github/workflows/sync_native_dependency.yml index 445167f4c29d9..949fd9940f0d7 100644 --- a/.github/workflows/sync_native_dependency.yml +++ b/.github/workflows/sync_native_dependency.yml @@ -18,6 +18,5 @@ jobs: python -m pip install --upgrade pip pip install pipenv pipenv install - - name: Run compare_dependency_constraints Script. - run: | - pipenv run python utils/compare_dependency_constraints.py \ No newline at end of file + - name: Compare dependency constraints + run: pipenv run python utils/compare_dependency_constraints.py \ No newline at end of file