From a1c5d523afaa8af9c19941fe304694e3b9b9c19d Mon Sep 17 00:00:00 2001 From: alexanderbazhenoff Date: Wed, 3 Apr 2024 20:29:33 +0300 Subject: [PATCH] fixes --- .github/workflows/ansible_molecule_teststing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ansible_molecule_teststing.yml b/.github/workflows/ansible_molecule_teststing.yml index e939b25..096ed7e 100644 --- a/.github/workflows/ansible_molecule_teststing.yml +++ b/.github/workflows/ansible_molecule_teststing.yml @@ -38,6 +38,9 @@ jobs: echo $PATH pwd ls -lha $(pwd) + whereis pip || true + whereis poetry || true + whereis molecule || true #poetry run pip install "molecule-plugins[lint]" #poetry run flake8 molecule --version || true - name: molecule