Skip to content

Commit

Permalink
chore(ci): add a few missing extras definintions, change fail-fast wh…
Browse files Browse the repository at this point in the history
…ile testing out the new stuff
  • Loading branch information
totallyzen committed Jan 26, 2024
1 parent dc1a2a1 commit 56c5adb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-community.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ permissions:
jobs:
test:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
module:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ci-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ ubuntu ]
python-version: ["3.9", "3.10", "3.11"]
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ selenium = { version = "*", optional = true }
arangodb = ["python-arango"]
azurite = ["azure-storage-blob"]
clickhouse = ["clickhouse-driver"]
elasticsearch = []
google = ["google-cloud-pubsub"]
k3s = ["kubernetes", "pyyaml"]
kafka = ["kafka-python"]
Expand All @@ -98,6 +99,7 @@ mongodb = ["pymongo"]
mssql = ["sqlalchemy", "pymssql"]
mysql = ["sqlalchemy", "pymysql"]
neo4j = ["neo4j"]
nginx = []
opensearch = ["opensearch-py"]
oracle = ["sqlalchemy", "cx_Oracle"]
postgres = ["sqlalchemy", "psycopg2-binary"]
Expand Down

0 comments on commit 56c5adb

Please sign in to comment.