From 343083b2fd66976f899d794a26a98603882c23f3 Mon Sep 17 00:00:00 2001 From: Vigneswaran Rajkumar <118706051+IAmVigneswaran@users.noreply.github.com> Date: Thu, 9 May 2024 20:42:12 +0800 Subject: [PATCH] Update release_github_text.yml --- .github/workflows/release_github_text.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release_github_text.yml b/.github/workflows/release_github_text.yml index f2e6e4a..d86e4ac 100644 --- a/.github/workflows/release_github_text.yml +++ b/.github/workflows/release_github_text.yml @@ -94,6 +94,9 @@ jobs: python-version: ${{ env.BUILD_PYTHON_VERSION }} - name: Install dependencies + env: + PIP_NO_PYTHON_VERSION_WARNING: "true" + PIP_DISABLE_PIP_VERSION_CHECK: "true" run: | python -m pip install --upgrade pip pip install pyinstaller