Skip to content

Commit

Permalink
pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuel44 committed Jul 16, 2024
1 parent c0ae7c1 commit 8290786
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sync_native_dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.11"
- name: Install dependencies with pipenv
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... ===="
python -m pip install --upgrade pip
pipenv install
pipenv shell
pwd
cd "$GITHUB_WORKSPACE/utils/"
echo "==== $(date): Running validator... ===="
echo "==== $(date): Running chceking Native dependency ===="
Expand Down

0 comments on commit 8290786

Please sign in to comment.