We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8290786 commit 69aee8eCopy full SHA for 69aee8e
.github/workflows/sync_native_dependency.yml
@@ -23,6 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
pip install pipenv
25
pipenv install
26
+ pipenv shell
27
- name: Run compare_dependency_constraints Script.
28
env:
29
CHANGED_FILES: "${{ steps.changed-files.outputs.all_changed_files }}"
0 commit comments