Skip to content

Commit

Permalink
Merge branch 'ci/pycafe_in_ci' of github.com:mckinsey/vizro into ci/p…
Browse files Browse the repository at this point in the history
…ycafe_in_ci
  • Loading branch information
maxschulz-COL committed Oct 17, 2024
2 parents 28dc9aa + 00b5467 commit f6cb42a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/pycafe/test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import sys
from urllib.parse import quote

from github import Github

Expand Down Expand Up @@ -28,7 +27,7 @@
print(pr)

# base_url = f"https://py.cafe/snippet/{type}/v1"
url = "https://py.cafe/snippet/vizro/v1"#f"{base_url}#code={quote(code)}&requirements={quote(requirements)}"
url = "https://py.cafe/snippet/vizro/v1" # f"{base_url}#code={quote(code)}&requirements={quote(requirements)}"

# # Get the latest commit SHA from the PR
if 1:
Expand Down

0 comments on commit f6cb42a

Please sign in to comment.