From 942f0d100e9823996ed88acde80e68c0d3771581 Mon Sep 17 00:00:00 2001 From: shmuel44 Date: Tue, 16 Jul 2024 22:34:26 +0300 Subject: [PATCH] cd --- .github/workflows/sync_native_dependency.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_native_dependency.yml b/.github/workflows/sync_native_dependency.yml index 559d8e4ac03da..d0737fbadfc5d 100644 --- a/.github/workflows/sync_native_dependency.yml +++ b/.github/workflows/sync_native_dependency.yml @@ -20,7 +20,8 @@ jobs: pipenv install - name: Run compare_dependency_constraints Script. run: | + ls echo "==== $(date): Starting environment setup... ====" - cd "$GITHUB_WORKSPACE/utils/" + cd "$GITHUB_WORKSPACE" echo "==== $(date): Running chceking Native dependency ====" - pipenv run python compare_dependency_constraints.py \ No newline at end of file + pipenv run python utils/compare_dependency_constraints.py \ No newline at end of file