Skip to content

Commit

Permalink
Try with the specific branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Nov 29, 2023
1 parent 570eb25 commit 619a9b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion create.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ async function run() {

if (installer == "poetry") {
// poetry requires a git checkout first
await exec.exec("git", ["clone", "https://github.com/matrix-org/synapse"]);
await exec.exec("git", ["clone", "https://github.com/fractalnetworksco/synapse"]);
process.chdir("synapse");
await exec.exec("git", ["switch", "--detach", "origin/rev-poetry-core"]);
await exec.exec("python", ["-m", "pip", "install","pipx"]);
await exec.exec("python", ["-m", "pipx", "ensurepath"]);
await exec.exec("pipx", ["install", "poetry==1.7.1"]);
Expand Down
3 changes: 2 additions & 1 deletion dist/create/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/create/index.js.map

Large diffs are not rendered by default.

0 comments on commit 619a9b1

Please sign in to comment.