From 5cfedda1d0ab379b9745d39a04a8c66293e055f5 Mon Sep 17 00:00:00 2001 From: Sven Klemm Date: Mon, 20 Jun 2022 07:33:32 +0200 Subject: [PATCH] Bump pgspot version used in CI to 0.3.2 --- .github/workflows/pgspot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pgspot.yaml b/.github/workflows/pgspot.yaml index e982c770e..7c9a9c1b8 100644 --- a/.github/workflows/pgspot.yaml +++ b/.github/workflows/pgspot.yaml @@ -32,7 +32,7 @@ jobs: - name: Install pgspot run: | - python -m pip install pgspot==0.3.0 + python -m pip install pgspot==0.3.2 - name: Build timescaledb sqlfiles run: |