Skip to content

Commit d044023

Browse files
authored
Try forcing poetry==1.5.1 (#96)
1 parent 9649da9 commit d044023

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

create.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ async function run() {
2121
process.chdir("synapse");
2222
await exec.exec("python", ["-m", "pip", "install","pipx"]);
2323
await exec.exec("python", ["-m", "pipx", "ensurepath"]);
24-
await exec.exec("pipx", ["install", "poetry"]);
25-
await exec.exec("poetry", ["install", "--extras", "all"]);
24+
await exec.exec("pipx", ["install", "poetry==1.5.1"]);
25+
await exec.exec("poetry", ["install", "-vv", "--extras", "all"]);
2626
}
2727
else {
2828
// installing from pypi does not need the checkout.

dist/create/index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/create/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)