We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce04b5 commit c5d44a0Copy full SHA for c5d44a0
1 file changed
.github/actions/install/action.yml
@@ -69,4 +69,4 @@ runs:
69
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"
70
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
71
72
- pip install --no-cache-dirgit+https://github.com/thoglu/jammy_flows.git
+ pip install --no-cache-dir git+https://github.com/thoglu/jammy_flows.git
0 commit comments