Skip to content

Commit

Permalink
ci: revert athena debugging changes (#10642)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Dec 31, 2024
1 parent 1056d06 commit 8ed5b29
Show file tree
Hide file tree
Showing 2 changed files with 636 additions and 636 deletions.
76 changes: 38 additions & 38 deletions .github/workflows/ibis-backends-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,48 +36,48 @@ jobs:
matrix:
python-version:
- "3.10"
# - "3.13"
- "3.13"
backend:
# - name: snowflake
# title: Snowflake
# extras:
# - --extra snowflake
# - name: databricks
# title: Databricks
# extras:
# - --extra databricks
- name: snowflake
title: Snowflake
extras:
- --extra snowflake
- name: databricks
title: Databricks
extras:
- --extra databricks
- name: athena
title: Amazon Athena
extras:
- --extra athena
# include:
# - python-version: "3.10"
# backend:
# name: bigquery
# title: BigQuery
# extras:
# - --extra bigquery
# - python-version: "3.13"
# backend:
# name: bigquery
# title: BigQuery
# extras:
# - --extra bigquery
# - --extra geospatial
# - python-version: "3.10"
# backend:
# name: snowflake
# title: Snowflake + Snowpark
# key: snowpark
# extras:
# - --extra snowflake
# - python-version: "3.11"
# backend:
# name: snowflake
# title: Snowflake + Snowpark
# key: snowpark
# extras:
# - --extra snowflake
include:
- python-version: "3.10"
backend:
name: bigquery
title: BigQuery
extras:
- --extra bigquery
- python-version: "3.13"
backend:
name: bigquery
title: BigQuery
extras:
- --extra bigquery
- --extra geospatial
- python-version: "3.10"
backend:
name: snowflake
title: Snowflake + Snowpark
key: snowpark
extras:
- --extra snowflake
- python-version: "3.11"
backend:
name: snowflake
title: Snowflake + Snowpark
key: snowpark
extras:
- --extra snowflake
# this allows extractions/setup-just to list releases for `just` at a higher
# rate limit while restricting GITHUB_TOKEN permissions elsewhere
permissions:
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
run: echo "SNOWFLAKE_SNOWPARK=1" >> "$GITHUB_ENV"

- name: "run parallel tests: ${{ matrix.backend.name }}"
run: just ci-check "${{ join(matrix.backend.extras, ' ') }} --extra examples" -m ${{ matrix.backend.name }} -x ibis/backends/tests/test_client.py
run: just ci-check "${{ join(matrix.backend.extras, ' ') }} --extra examples" -m ${{ matrix.backend.name }} --numprocesses auto --dist loadgroup

- name: upload code coverage
if: success()
Expand Down
Loading

0 comments on commit 8ed5b29

Please sign in to comment.