Skip to content

Commit 5f69684

Browse files
committed
chore(build): disable pip version checks in github actions to avoid warnings about that
1 parent 5c801ea commit 5f69684

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919

2020
env:
2121
PYTHONUNBUFFERED: "1"
22+
PIP_DISABLE_PIP_VERSION_CHECK: "1"
2223

2324
jobs:
2425
test:

0 commit comments

Comments
 (0)