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 76fba50 commit 7faa2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_native_dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,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/"
pipenv install
echo "==== $(date): Running chceking Native dependency ===="
pipenv run python compare_dependency_constraints.py

0 comments on commit 7faa2e7

Please sign in to comment.