Skip to content

Commit

Permalink
ilasd
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Nov 29, 2023
1 parent c2b9e95 commit 3150af9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ async function run() {
if (installer == "poetry") {
// poetry requires a git checkout first
await exec.exec("git", ["clone", "https://github.com/fractalnetworksco/synapse"]);
await exec.exec("git", ["checkout", "origin/rev-poetry-core"]);
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

0 comments on commit 3150af9

Please sign in to comment.