Skip to content

Commit a04e1cd

Browse files
committed
attempt to fix integration tests
1 parent c356ab6 commit a04e1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
echo "Running Testing SDK tests against Language SDK PR changes..."
5252
echo "Using Language SDK from: $AWS_DURABLE_SDK_URL"
53-
python -m pip install -e .
53+
hatch run -- test:pip install -e ../language-sdk
5454
hatch fmt --check
5555
hatch run types:check
5656
hatch run test:cov

0 commit comments

Comments
 (0)