Skip to content

Commit 60261f1

Browse files
committed
✏️ Add specific environment variable to ignore the check of *pip* version.
1 parent 9d0ca79 commit 60261f1

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/rw_poetry_run_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ on:
7878
# TODO: Add a reusable workflow about running test via Poetry
7979
# TODO: https://github.com/marketplace/actions/python-poetry-action
8080

81+
env:
82+
PIP_DISABLE_PIP_VERSION_CHECK: 1
83+
8184
jobs:
8285
run_test_items:
8386
runs-on: ${{ inputs.runtime_os }}

.github/workflows/rw_run_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ on:
7373
required: false
7474
default: app
7575

76+
env:
77+
PIP_DISABLE_PIP_VERSION_CHECK: 1
7678

7779
jobs:
7880
run_test_items:

0 commit comments

Comments
 (0)