Skip to content

Commit 0a51266

Browse files
committed
123
1 parent 0cf0b4d commit 0a51266

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test-integrations-dbs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
strategy:
3030
fail-fast: false
3131
matrix:
32-
python-version: ["3.7","3.8","3.11","3.12","3.13"]
32+
python-version: ["3.11"]
3333
# python3.6 reached EOL and is no longer being supported on
3434
# new versions of hosted runners on Github Actions
3535
# ubuntu-20.04 is the last version that supported python3.6
@@ -64,11 +64,12 @@ jobs:
6464
allow-prereleases: true
6565
- name: "Setup ClickHouse Server"
6666
id: clickhouse-server
67-
uses: praneeth527/clickhouse-server-action@v1.0.0
67+
uses: getsentry/action-clickhouse-in-ci@v1.2
6868
- name: Check Clickhouse Setup
6969
run: |
7070
set -x
71-
curl 'http://localhost:8123/' --data-binary 'SELECT 1'
71+
docker ps
72+
curl -i 'http://localhost:8123/' --data-binary 'SELECT 1'
7273
- name: Setup Test Env
7374
run: |
7475
pip install "coverage[toml]" tox

0 commit comments

Comments
 (0)