File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -51,23 +51,23 @@ jobs:
51
51
- name : Set up Python
52
52
uses : actions/setup-python@v5
53
53
with :
54
- python-version : 3.11
54
+ python-version : 3.12
55
55
56
56
- name : Set up venv
57
57
run : |
58
58
python -m pip install --upgrade pip
59
59
pip install virtualenv
60
60
mkdir venv
61
- virtualenv venv/venv-2.16
61
+ virtualenv venv/venv-2.18
62
62
63
63
- name : Install dependencies
64
64
run : |
65
- source venv/venv-2.16 /bin/activate
65
+ source venv/venv-2.18 /bin/activate
66
66
python -m pip install --upgrade pip
67
- pip install ansible-core==2.17.6
67
+ pip install " ansible-core>=2.18,<2.19"
68
68
69
69
- name : Run ac-sanity
70
70
run : |
71
- source venv/venv-2.16 /bin/activate
71
+ source venv/venv-2.18 /bin/activate
72
72
./ac --ac-build
73
73
./ac --ac-sanity
Original file line number Diff line number Diff line change
1
+ trivial :
2
+ - ac-ansible-test-sanity.yml - Updated the ansible version to 2.18,
3
+ venv to 2.18, python to 3.12.
4
+ (https://github.com/ansible-collections/ibm_zos_core/pull/2059).
You can’t perform that action at this time.
0 commit comments