From 957979b113b0875793e8ae00e3e2a842471a48b7 Mon Sep 17 00:00:00 2001 From: Hannah Date: Wed, 26 Jul 2023 15:58:25 +0100 Subject: [PATCH] fix `deploy-pr-to-spaces` wheel link (#5016) * change gh sha variable * test * remove log --- .github/workflows/deploy-pr-to-spaces.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pr-to-spaces.yml b/.github/workflows/deploy-pr-to-spaces.yml index 2fba417fc9..5a9d5903fc 100644 --- a/.github/workflows/deploy-pr-to-spaces.yml +++ b/.github/workflows/deploy-pr-to-spaces.yml @@ -60,7 +60,7 @@ jobs: --- You can install the changes in this PR by running: ```bash - pip install https://gradio-builds.s3.amazonaws.com/${{ github.sha }}/gradio-${{ env.gradio_version }}-py3-none-any.whl + pip install https://gradio-builds.s3.amazonaws.com/${{ env.gh_sha }}/gradio-${{ env.gradio_version }}-py3-none-any.whl ``` comment_tag: All the demos for this PR have been deployed at