Skip to content

Commit c5d44a0

Browse files
committed
fix missing space
1 parent fce04b5 commit c5d44a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/install/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ runs:
6969
echo "pip install ${{ steps.flags.outputs.user_flag }} ${{ steps.flags.outputs.editable_flag }} .[torch-${{ steps.flags.outputs.torch_flag }},${{ inputs.extras }}] -f https://data.pyg.org/whl/torch-${{ inputs.torch_version }}+${{ inputs.hardware }}.html"
7070
pip install --no-cache-dir${{ steps.flags.outputs.user_flag }} ${{ steps.flags.outputs.editable_flag }} .[torch-${{ steps.flags.outputs.torch_flag }},${{ inputs.extras }}] -f https://data.pyg.org/whl/torch-${{ inputs.torch_version }}+${{ inputs.hardware }}.html
7171
72-
pip install --no-cache-dirgit+https://github.com/thoglu/jammy_flows.git
72+
pip install --no-cache-dir git+https://github.com/thoglu/jammy_flows.git

0 commit comments

Comments
 (0)