From ea817eec8e4dd91c50cbc9e56e2eef5420a2e95c Mon Sep 17 00:00:00 2001 From: BulatSaif Date: Tue, 8 Aug 2023 16:24:26 +0300 Subject: [PATCH] fix ci 8 --- .github/workflows/molecule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 15e2dfc..cfb1850 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -30,7 +30,7 @@ jobs: with: channel: latest/stable - name: Setup Python pip setuptools wheel - run: pip3 install --upgrade pip setuptools + run: pip3 install --upgrade pip setuptools wheel - name: Setup Python modules run: pip3 install yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker - name: Run molecule