From 8f497ea3572b4f3b45e199842677dcb16da5d94d Mon Sep 17 00:00:00 2001 From: Oliver Margetts Date: Fri, 6 Aug 2021 16:32:30 +0000 Subject: [PATCH] Chore: bump pipeline clickhouse version to 20.8 --- .github/workflows/python-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index a89172c..e9311fa 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions -name: Python package +name: Test python package on: push: @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest services: clickhouse: - image: yandex/clickhouse-server:20.6 + image: yandex/clickhouse-server:20.8 ports: - 8123:8123 strategy: