Skip to content

Commit

Permalink
ci(clickhouse): enable again
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 22, 2023
1 parent 93a3a1e commit 0ab03e0
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,18 +368,12 @@ jobs:
- name: show installed deps
run: poetry run pip list

- name: backend import smoke test
run: poetry run python -c 'import ibis.backends.${{ matrix.backend.name }}'

- name: backend import smoke test 2
run: poetry run python -c 'import ibis; print(ibis.${{ matrix.backend.name }})'

- name: "run parallel tests: ${{ matrix.backend.name }}"
if: true # ${{ !matrix.backend.serial }}
run: just ci-check -m ${{ matrix.backend.name }} --collect-only -ra
run: just ci-check -m ${{ matrix.backend.name }} --numprocesses auto --dist=loadgroup
env:
# IBIS_TEST_IMPALA_HOST: localhost
# IBIS_TEST_IMPALA_PORT: 21050
IBIS_TEST_IMPALA_HOST: localhost
IBIS_TEST_IMPALA_PORT: 21050
IBIS_EXAMPLES_DATA: ${{ runner.temp }}/examples-${{ matrix.backend.name }}-${{ matrix.os }}-${{ steps.install_python.outputs.python-version }}

# FIXME(deepyaman): If some backend-specific test, in test_ddl.py,
Expand Down

0 comments on commit 0ab03e0

Please sign in to comment.