Skip to content

Commit 7b56db3

Browse files
authored
fix: upgrade setuptools
1 parent 0316b97 commit 7b56db3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/tasks/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33

44
- name: Install requirements
55
pip:
6-
name: pip
6+
name: " {{ item }}"
77
extra_args: "--upgrade"
8+
with_items:
9+
- pip
10+
- setuptools
811

912
- name: Copy requirements files
1013
copy:

0 commit comments

Comments
 (0)