Skip to content

Reconsider the Connection, Cursor and Pool classes in terms of unification and marking some public API deprecated. #250

Reconsider the Connection, Cursor and Pool classes in terms of unification and marking some public API deprecated.

Reconsider the Connection, Cursor and Pool classes in terms of unification and marking some public API deprecated. #250

Workflow file for this run

name: ci
on:
push:
branches-ignore:
- main
pull_request:
branches-ignore:
- main
jobs:
ci:
runs-on: ubuntu-latest
services:
clickhouse:
image: yandex/clickhouse-server
ports:
- 9000:9000
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install and configure Poetry
run: |
pip install -U pip poetry
poetry config virtualenvs.create false
- name: CI
run: make ci