Skip to content

Commit 717a9f3

Browse files
author
Кирилл Горелов
committed
ci: force reinstall of clickhouse_insert to ensure CLI is up-to-date
1 parent 0959c56 commit 717a9f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install -r requirements.txt
3636
pip install -r requirements-dev.txt
37+
pip uninstall -y clickhouse_insert || true
3738
pip install .
3839
3940
- name: Run tests

0 commit comments

Comments
 (0)