Skip to content

Commit

Permalink
disable env create for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 9, 2024
1 parent e8fa47a commit 1f5977f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,11 +206,11 @@ runs:
with:
credentials_json: "${{ inputs.google_credentials }}"

- name: '[Win-Only] Install Conda Env'
if: ${{ inputs.os == 'windows' }}
shell: powershell
run: |
conda env update -f ${{ inputs.conda_env_file }}
# - name: '[Win-Only] Install Conda Env'
# if: ${{ inputs.os == 'windows' }}
# shell: powershell
# run: |
# conda env update -f ${{ inputs.conda_env_file }}

- name: "[Win] Check conda environment"
if: ${{ inputs.os == 'windows' }}
Expand Down

0 comments on commit 1f5977f

Please sign in to comment.