Skip to content

Commit

Permalink
continue-on-error for conda on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 19, 2024
1 parent 86c8d02 commit 9bf0723
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ runs:
miniconda-version: "latest"
auto-activate-base: false
python-version: ${{ inputs.python_version }}
continue-on-error: true

- name: '[Unix-Mac-Only] Install Pytorch nightly'
if: ${{ inputs.os == 'macos' && inputs.torch_version == 'nightly' }}
Expand Down

0 comments on commit 9bf0723

Please sign in to comment.