diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 034feebbf..432d072c3 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -143,7 +143,7 @@ jobs: python-version: "3.x" - name: Install test dependencies - run: python3 -m pip install -r roles/custom/${{ matrix.role }}/molecule/requirements.txt + run: python3 -m pip install -r molecule-shared/requirements.txt - name: Run Molecule working-directory: roles/custom/${{ matrix.role }}