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

Commit 1696ea4

Browse files
author
Thiago C. D'Ávila
authored
Merge pull request #11 from staticdev/install-nox-poetry
Add nox-poetry installation
2 parents 0706cd6 + 8deeba3 commit 1696ea4

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)