Skip to content

Commit

Permalink
pipenv install
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuel44 committed Jul 16, 2024
1 parent debe4a9 commit 4956cbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync_native_dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install pipenv
pipenv install
- name: Run compare_dependency_constraints Script.
env:
CHANGED_FILES: "${{ steps.changed-files.outputs.all_changed_files }}"
run: |
echo "==== $(date): Starting environment setup... ===="
cd "$GITHUB_WORKSPACE/utils/"
echo "==== $(date): Running validator... ===="
pipenv install
echo "==== $(date): Running chceking Native dependency ===="
pipenv run ./compare_dependency_constraints.py

0 comments on commit 4956cbb

Please sign in to comment.