Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuel44 committed Jul 16, 2024
1 parent 39dd6ac commit 942f0d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sync_native_dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
pipenv run python utils/compare_dependency_constraints.py

0 comments on commit 942f0d1

Please sign in to comment.