Compare commits

..

1 Commits

Author SHA1 Message Date
Niyazi Gokberk Gunduz
d39a5a8228
Merge 9dcabdc972d4b906908015b89b57926a9cb664e1 into d35de757e01902399e685c2b344823ebc09b3372 2025-08-19 12:24:51 +04:00
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@ jobs:
- name: Set up Python 3. - name: Set up Python 3.
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.13' # Can't go to 3.14+ until Ansible 13.x python-version: '3.x'
- name: Install test dependencies. - name: Install test dependencies.
run: pip3 install yamllint run: pip3 install yamllint
@ -64,7 +64,7 @@ jobs:
- name: Set up Python 3. - name: Set up Python 3.
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.13' # Can't go to 3.14+ until Ansible 13.x python-version: '3.x'
- name: Install test dependencies. - name: Install test dependencies.
run: pip3 install ansible molecule molecule-plugins[docker] docker run: pip3 install ansible molecule molecule-plugins[docker] docker

View File

@ -29,7 +29,7 @@ jobs:
- name: Set up Python 3. - name: Set up Python 3.
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.13' # Can't go to 3.14+ until Ansible 13.x python-version: '3.x'
- name: Install Ansible. - name: Install Ansible.
run: pip3 install ansible-core run: pip3 install ansible-core