diff --git a/.github/workflows/rebuild-2-6.yaml b/.github/workflows/rebuild-2-6.yaml index af954a42bc..8870fc2e6f 100644 --- a/.github/workflows/rebuild-2-6.yaml +++ b/.github/workflows/rebuild-2-6.yaml @@ -107,8 +107,6 @@ jobs: if-no-files-found: ignore retention-days: 5 - - run: pip install --user PyYAML==3.13 docker-compose==1.21.0 netifaces 'requests<2.32.0' - # Test App - run: ci/test-app - run: | diff --git a/.github/workflows/rebuild-2-7.yaml b/.github/workflows/rebuild-2-7.yaml index 4ac3883741..64accd2b9d 100644 --- a/.github/workflows/rebuild-2-7.yaml +++ b/.github/workflows/rebuild-2-7.yaml @@ -136,6 +136,15 @@ jobs: if-no-files-found: ignore retention-days: 5 + # Use minimal version from the documentation + - uses: actions/setup-python@v4 + with: + # When we upgrade this we should also upgrade the requirements + # in the documentation: doc/integrator/requirements.rst + python-version: '3.7' + # When we upgrade this we should also upgrade the requirements + # in the documentation: doc/integrator/requirements.rst + # netifaces is for 2.4 - run: pip install --user PyYAML==3.13 docker-compose==1.21.0 netifaces 'requests<2.32.0' # Test App