Skip to content

Commit

Permalink
Try forcing poetry==1.5.1 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye authored Aug 21, 2023
1 parent 9649da9 commit d044023
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions create.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ async function run() {
process.chdir("synapse");
await exec.exec("python", ["-m", "pip", "install","pipx"]);
await exec.exec("python", ["-m", "pipx", "ensurepath"]);
await exec.exec("pipx", ["install", "poetry"]);
await exec.exec("poetry", ["install", "--extras", "all"]);
await exec.exec("pipx", ["install", "poetry==1.5.1"]);
await exec.exec("poetry", ["install", "-vv", "--extras", "all"]);
}
else {
// installing from pypi does not need the checkout.
Expand Down
4 changes: 2 additions & 2 deletions 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 d044023

Please sign in to comment.