Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 8deeba3

Browse files
author
staticdev
committed
Add nox-poetry installation
1 parent 0706cd6 commit 8deeba3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@
6060
command: pipx install nox
6161
when: nox_version_cmd is failed
6262

63+
- name: Install nox-poetry
64+
command: pipx inject nox nox-poetry
65+
when: nox_version_cmd is failed
66+
6367
- name: Install pycharm
6468
include_tasks: pycharm.yml
6569
when: install_pycharm

0 commit comments

Comments
 (0)