From a7c7d8ca1532f6edc2e448655adb26a83bcea038 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Fri, 14 Jul 2023 15:51:23 -0600 Subject: [PATCH 1/3] disabling version check --- .github/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5250fe44f..6aa445d55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,6 +81,7 @@ jobs: needs: [preliminary] if: needs.preliminary.outputs.check_doc_modified == 'failure' uses: ./.github/workflows/ci-integration-db.yaml + test: needs: [preliminary] if: needs.preliminary.outputs.check_doc_modified == 'failure' @@ -91,6 +92,9 @@ jobs: runs-on: ${{ matrix.os }} + env: + PLOOMBER_VERSION_CHECK_DISABLED: true + steps: - name: Checkout @@ -141,6 +145,9 @@ jobs: runs-on: ${{ matrix.os }} + env: + PLOOMBER_VERSION_CHECK_DISABLED: true + steps: - name: Checkout From bd4d6e95d8e7e143c7752773a16c494cea65ec80 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Fri, 14 Jul 2023 15:53:01 -0600 Subject: [PATCH 2/3] ci From e30c5f058bb317851771946d7b509760871d09c0 Mon Sep 17 00:00:00 2001 From: Eduardo Blancas Date: Fri, 14 Jul 2023 16:48:39 -0600 Subject: [PATCH 3/3] disabling version check in integration tests --- .github/workflows/ci-integration-db-live.yaml | 4 ++++ .github/workflows/ci-integration-db.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/ci-integration-db-live.yaml b/.github/workflows/ci-integration-db-live.yaml index b8b27ca1e..fe19cbd04 100644 --- a/.github/workflows/ci-integration-db-live.yaml +++ b/.github/workflows/ci-integration-db-live.yaml @@ -15,6 +15,10 @@ jobs: python-version: ['3.11'] os: [ubuntu-latest] runs-on: ${{ matrix.os }} + + env: + PLOOMBER_VERSION_CHECK_DISABLED: true + steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.github/workflows/ci-integration-db.yaml b/.github/workflows/ci-integration-db.yaml index c6665324e..2ac20a03c 100644 --- a/.github/workflows/ci-integration-db.yaml +++ b/.github/workflows/ci-integration-db.yaml @@ -12,6 +12,10 @@ jobs: python-version: ['3.11'] os: [ubuntu-latest] runs-on: ${{ matrix.os }} + + env: + PLOOMBER_VERSION_CHECK_DISABLED: true + steps: - name: Checkout