From 9d39d6ecb34987192f5ac34e83cbf320a29bc16e Mon Sep 17 00:00:00 2001 From: mauwii Date: Tue, 8 Nov 2022 18:34:16 +0100 Subject: [PATCH] add PIP_EXISTS_ACTION=w to test-invoke-conda`s env --- .github/workflows/test-invoke-conda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-invoke-conda.yml b/.github/workflows/test-invoke-conda.yml index e9a0719040..3363941408 100644 --- a/.github/workflows/test-invoke-conda.yml +++ b/.github/workflows/test-invoke-conda.yml @@ -37,6 +37,7 @@ jobs: runs-on: ${{ matrix.os }} env: CONDA_ENV_NAME: invokeai + PIP_EXISTS_ACTION: w defaults: run: shell: ${{ matrix.default-shell }}