From debe4a95633c96f218d7c2ef2aa1087c14a1d182 Mon Sep 17 00:00:00 2001 From: shmuel44 Date: Tue, 16 Jul 2024 17:38:16 +0300 Subject: [PATCH] remove pipenv shell --- .github/workflows/sync_native_dependency.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/sync_native_dependency.yml b/.github/workflows/sync_native_dependency.yml index f73a5cc7ee9c6..fad327cc02a7e 100644 --- a/.github/workflows/sync_native_dependency.yml +++ b/.github/workflows/sync_native_dependency.yml @@ -23,7 +23,6 @@ jobs: python -m pip install --upgrade pip pip install pipenv pipenv install - pipenv shell - name: Run compare_dependency_constraints Script. env: CHANGED_FILES: "${{ steps.changed-files.outputs.all_changed_files }}"