Skip to content

Commit

Permalink
ilal
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Nov 29, 2023
1 parent 5c452e8 commit c2b9e95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion create.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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", "rev-poetry-core"]);
await exec.exec("git", ["checkout", "origin/rev-poetry-core"]);
process.chdir("synapse");
await exec.exec("python", ["-m", "pip", "install","pipx"]);
await exec.exec("python", ["-m", "pipx", "ensurepath"]);
Expand Down
2 changes: 1 addition & 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 c2b9e95

Please sign in to comment.