mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Another attempt to make it work
This commit is contained in:
11
.github/workflows/telegraf.yml
vendored
11
.github/workflows/telegraf.yml
vendored
@ -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:
|
||||
|
Reference in New Issue
Block a user