diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 9bc3c07..e3a2bd9 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -86,13 +86,13 @@ jobs: - name: Install make run: sudo apt install make - - name: Install python 3.11 + - name: Install python 3.12 uses: actions/setup-python@v4 with: - python-version: 3.11 + python-version: 3.12 - name: Install requirements - run: pip3.11 install -r requirements/requirements_dev.txt ansible-core + run: pip3.12 install -r requirements/requirements_dev.txt ansible-core==2.18 working-directory: ansible-platform - name: Perform completeness tests @@ -125,10 +125,10 @@ jobs: - name: Install make run: sudo apt install make - - name: Install python 3.11 + - name: Install python 3.12 uses: actions/setup-python@v4 with: - python-version: 3.11 + python-version: 3.12 - name: Extract gateway password and set it as an environment variable run: | @@ -142,7 +142,7 @@ jobs: working-directory: aap-gateway - name: Install requirements - run: pip3.11 install -r requirements/requirements_dev.txt ansible-core + run: pip3.12 install -r requirements/requirements_dev.txt ansible-core==2.18 working-directory: ansible-platform - name: Perform completeness tests