Another attempt to make it work

This commit is contained in:
Werner Dijkerman
2025-02-07 17:33:28 +01:00
parent 2088fc7001
commit 1c6c4b02fb

View File

@ -50,10 +50,13 @@ jobs:
with:
python-version: 3.11.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# - name: Install dependencies
# run: |
# python -m pip install --upgrade pip
# pip install -r requirements.txt
- name: Install test dependencies.
run: pip3 install ansible molecule molecule-plugins[docker] docker
- name: Run role tests on empty systems in check-mode
env: