Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jul 11, 2024
1 parent e40a284 commit 3ff970e
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 @@ -106,7 +106,7 @@ runs:
run: |
conda install pytorch torchvision torchaudio -c pytorch-nightly
- name: '[Unix-Liux-Only] Install Pytorch'
- name: '[Unix-Linux-Only] Install Pytorch'
if: ${{ inputs.os == 'linux' }}
shell: bash -el {0}
run: |
Expand Down

0 comments on commit 3ff970e

Please sign in to comment.