add PIP_EXISTS_ACTION=w to test-invoke-conda`s env

This commit is contained in:
mauwii 2022-11-08 18:34:16 +01:00 committed by Lincoln Stein
parent 9686bf0ea8
commit 9d39d6ecb3

View File

@ -37,6 +37,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: env:
CONDA_ENV_NAME: invokeai CONDA_ENV_NAME: invokeai
PIP_EXISTS_ACTION: w
defaults: defaults:
run: run:
shell: ${{ matrix.default-shell }} shell: ${{ matrix.default-shell }}