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: