Skip to content

Commit

Permalink
conda update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jun 28, 2024
1 parent 31501f1 commit 650bba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit 650bba4

Please sign in to comment.