Skip to content

Commit

Permalink
Poetry 1.7.1 not 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkaye committed Nov 29, 2023
1 parent 64ff494 commit 761025b
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 @@ -21,7 +21,7 @@ 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==1.8.1"]);
await exec.exec("pipx", ["install", "poetry==1.7.1"]);
await exec.exec("poetry", ["install", "-vv", "--extras", "all"]);
}
else {
Expand Down

0 comments on commit 761025b

Please sign in to comment.