Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 6b45842

Browse files
committed
Fix using new poetry installer
1 parent a86d23c commit 6b45842

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
poetry := "python -m poetry"
1+
poetry := "poetry"
22
poetry_run := poetry + " run"
33

44
default:

0 commit comments

Comments
 (0)