We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a222011 commit 6adece7Copy full SHA for 6adece7
1 file changed
.github/workflows/integration-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27
with:
28
repository: aws/aws-durable-execution-sdk-python-testing
29
- path: /packages/testing-sdk
+ path: language-sdk/packages/testing-sdk
30
31
- name: Set up Python ${{ matrix.python-version }}
32
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
@@ -40,7 +40,7 @@ jobs:
40
working-directory: language-sdk
41
run: |
42
echo "Running SDK tests..."
43
- hatch run -- test:pip install -e ../packages/testing-sdk
+ hatch run -- test:pip install -e packages/testing-sdk
44
hatch run types:check
45
hatch run test:cov
46
0 commit comments