Skip to content

Commit a222011

Browse files
committed
fix: integration test path to testing sdk
1 parent cd7cdf9 commit a222011

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666
with:
6767
repository: aws/aws-durable-execution-sdk-python-testing
68-
path: /packages/testing-sdk
68+
path: language-sdk/packages/testing-sdk
6969

7070
- name: Set up Python 3.13
7171
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0

packages/aws-durable-execution-sdk-python-examples/pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ markers = [
2424
"durable_execution: marks tests that use the durable_runner fixture (not used for test selection)",
2525
]
2626

27-
[tool.hatch.envs.examples]
28-
dependencies = [
29-
"aws-durable-execution-sdk-python-testing>=1.0.0",
30-
]
31-
3227
[tool.hatch.envs.examples.scripts]
3328
cli = "python cli.py {args}"
3429
bootstrap = "python cli.py bootstrap"

0 commit comments

Comments
 (0)