diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccb6acf03..1da1caab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,10 +201,10 @@ jobs: # by default, it uses a depth of 1 # this fetches all history so that we can read each commit fetch-depth: 0 - - name: Set up Python 3.7 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.9' - name: Install httpie run: | echo ::group::HTTPIE @@ -219,7 +219,9 @@ jobs: run: | pip install --upgrade pip sudo apt remove ansible - pip install "ansible<4.0" molecule[docker,lint]==3.2.3 openshift==0.11.0 jmespath pipdeptree + pip install ansible molecule[docker,lint] six openshift==0.11.0 jmespath pipdeptree + ansible-galaxy collection install --force community.docker + ansible --version pipdeptree - name: Molecule run: .ci/scripts/molecule.sh diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7ee648c14..9a626ade4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -263,10 +263,10 @@ jobs: # by default, it uses a depth of 1 # this fetches all history so that we can read each commit fetch-depth: 0 - - name: Set up Python 3.7 + - name: Set up Python 3.9 uses: actions/setup-python@v1 with: - python-version: '3.7' + python-version: '3.9' - name: Install httpie run: | echo ::group::HTTPIE @@ -281,7 +281,9 @@ jobs: run: | pip install --upgrade pip sudo apt remove ansible - pip install "ansible<4.0" molecule[docker,lint]==3.2.3 openshift==0.11.0 jmespath pipdeptree + pip install ansible molecule[docker,lint] six openshift==0.11.0 jmespath pipdeptree + ansible-galaxy collection install --force community.docker + ansible --version pipdeptree - name: Molecule run: .ci/scripts/molecule.sh