File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 python-version : 3.11.x
2626 # Cache Python dependencies
2727 cache : pip
28-
29- - name : Install Python dependencies
30- run : |
31- pip install -r requirements.txt
32- shell : bash
28+ pip-install : -r requirements.txt
3329
3430 - name : Install Ansible collection dependencies
3531 run : |
3632 ansible-galaxy collection install -r requirements.yml -p ansible/collections
3733 shell : bash
38-
39- # Install python dependencies for ansible client side
40- - name : Install pip
41- run : |
42- sudo apt update
43- sudo apt -y install python3-pip
44- shell : bash
45-
46- # NOTE(Alex-Welsh): This isn't the most elegant solution but there probably
47- # isn't a better way unless we start specifying ansible_python_interpreter
48- # everywhere. It's fine for CI purposes.
49- - name : Install Python dependencies
50- run : |
51- /usr/bin/python3 -m pip install setuptools --break-system-packages
52- shell : bash
Original file line number Diff line number Diff line change 11ansible < 10
22jmespath == 0.10.0
3+ setuptools
You can’t perform that action at this time.
0 commit comments