From 637986fd9410be766b5f2d838663fd4562ad5055 Mon Sep 17 00:00:00 2001 From: vrenaville Date: Thu, 26 Sep 2024 07:47:40 +0200 Subject: [PATCH] fixup! fix: error on print report --- .github/workflows/build.yaml | 3 ++- install/setup-pip.sh | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3e674303..74026928 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -29,7 +29,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - odoo_serie: ["12.0", "13.0", "14.0", "15.0", "16.0", "17.0"] + #odoo_serie: ["12.0", "13.0", "14.0", "15.0", "16.0", "17.0"] + odoo_serie: ["17.0"] steps: - uses: actions/checkout@v4 diff --git a/install/setup-pip.sh b/install/setup-pip.sh index 32ab40fc..8aecebd4 100755 --- a/install/setup-pip.sh +++ b/install/setup-pip.sh @@ -1,6 +1,7 @@ #!/bin/bash set -eo pipefail - +# Install pip with ensuire pip +python -m ensurepip cat << EOF > /etc/pip.conf [global] # counter-intuitively, false means that we enable 'no-cache-dir'