Skip to content

Commit 1ba38a8

Browse files
add basic tests
1 parent 2fb2ec6 commit 1ba38a8

File tree

6 files changed

+4
-2
lines changed

6 files changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
11-
cancel-in-progress: true
11+
cancel-in-progress: false
1212

1313
jobs:
1414
label-pr:

solace-event-mesh/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ authors = [
1414
description = "This plugin adds a Gateway and Agent to connect to Solace's Event Mesh and Event Brokers"
1515
readme = "README.md"
1616
requires-python = ">=3.10.16"
17-
dependencies = []
17+
dependencies = [
18+
"solace-ai-connector"
19+
]
1820

1921
[tool.hatch.build.targets.wheel.force-include]
2022
"src" = "solace_event_mesh/src"

0 commit comments

Comments
 (0)