From 1676a22d23461c9d4568dd0799bea9a33afa34d7 Mon Sep 17 00:00:00 2001 From: BulatSaif Date: Tue, 8 Aug 2023 16:31:46 +0300 Subject: [PATCH] fix ci 10 --- .github/workflows/molecule.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index f891ba0..8773001 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -29,10 +29,8 @@ jobs: uses: canonical/setup-lxd@v0.1.1 # https://github.com/canonical/setup-lxd with: channel: latest/stable -# - name: Setup Python pip setuptools wheel -# run: pip3 install --upgrade pip setuptools wheel - name: Setup Python modules - run: pip3 install PyYAML==5.3.1 yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker + run: pip3 install PyYAML==5.4.1 yamllint ansible ansible-lint molecule molecule-plugins[docker] molecule-lxd docker - name: Run molecule run: molecule test --all working-directory: "${{ github.repository }}/${{ inputs.role-path }}"