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

Commit 4b39d2d

Browse files
author
staticdev
committed
Remove unused check
1 parent 16a56d2 commit 4b39d2d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tasks/main.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@
1414
- "pypy3.6-7.3.1"
1515
pyenv_virtualenvs: []
1616

17-
- name: Ensure python3-venv is installed
18-
pip:
19-
state: present
20-
name: python3-venv
21-
2217
- name: Check if pipx is installed
2318
command: pipx --version
2419
register: pipx_version_cmd
@@ -81,7 +76,7 @@
8176

8277
- name: Install nox-poetry
8378
command: pipx inject nox nox-poetry
84-
when: nox_version_cmd is failed
79+
when: nox_folder_check is failed
8580

8681
- name: Install pycharm
8782
include_tasks: pycharm.yml

0 commit comments

Comments
 (0)