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