Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkini committed Aug 6, 2024
1 parent 624653d commit 6b4ead5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ jobs:
fail-fast: false
matrix:
markers:
- athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds
# - athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds
- aws_deps
- big
- databricks
Expand All @@ -410,8 +410,8 @@ jobs:
- python-version: ${{ github.event_name == 'merge_group' && '3.11' }}
- python-version: "3.12" # need sqlalchemy 2.0 support
markers: snowflake
- python-version: "3.12" # clickhouse/pyathena need dependency update
markers: athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds
# - python-version: "3.12" # clickhouse/pyathena need dependency update
# markers: athena or clickhouse or openpyxl or pyarrow or project or sqlite or aws_creds
- python-version: "3.12" # numpy related issue
markers: databricks

Expand Down

0 comments on commit 6b4ead5

Please sign in to comment.