diff --git a/action.yml b/action.yml index 7b7201a..3f7272f 100644 --- a/action.yml +++ b/action.yml @@ -214,7 +214,7 @@ runs: if: ${{ inputs.os == 'windows' }} shell: powershell run: | - conda env create -f ${{ inputs.conda_env_file }} + conda env update -f ${{ inputs.conda_env_file }} - name: "[Win] Check conda environment" if: ${{ inputs.os == 'windows' }}