diff --git a/.github/workflows/telegraf.yml b/.github/workflows/telegraf.yml index de0cd54..79b3eaa 100644 --- a/.github/workflows/telegraf.yml +++ b/.github/workflows/telegraf.yml @@ -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: