Skip to content

Commit

Permalink
Another attempt to make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
Werner Dijkerman committed Feb 7, 2025
1 parent 2088fc7 commit 1c6c4b0
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/telegraf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1c6c4b0

Please sign in to comment.