mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-01 11:45:36 +08:00
add wheel install instructions to PR comment (#4890)
* change * change * change
This commit is contained in:
parent
4bf301324b
commit
fd3837df3c
7
.github/workflows/deploy-pr-to-spaces.yml
vendored
7
.github/workflows/deploy-pr-to-spaces.yml
vendored
@ -56,6 +56,13 @@ jobs:
|
||||
with:
|
||||
message: |
|
||||
All the demos for this PR have been deployed at ${{ env.SPACE_URL }}
|
||||
|
||||
---
|
||||
You can install the changes in this PR by running:
|
||||
```bash
|
||||
pip install ${{ env.wheel_name }}
|
||||
```
|
||||
|
||||
comment_tag: All the demos for this PR have been deployed at
|
||||
GITHUB_TOKEN: ${{ secrets.COMMENT_TOKEN }}
|
||||
pr_number: ${{ env.pr_number }}
|
||||
|
Loading…
Reference in New Issue
Block a user