Skip to content

Commit d99e4b7

Browse files
authored
Update ci.yml
1 parent 2916c7b commit d99e4b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: static analysis
4343
run: hatch fmt --check
4444
- name: set up git in pyproject.toml
45-
run: sed -i 's~git\+ssh\:\/\/git@github.com\/aws\/aws-durable-execution-sdk-python\.git~https://x-access-token:${{ steps.generate-token.output }}@github.com/aws/aws-durable-execution-sdk-python.git/' pyproject.toml
45+
run: sed -i 's~git+ssh://git@github.com/aws/aws-durable-execution-sdk-python.git~https://x-access-token:${{ steps.generate-token.output }}@github.com/aws/aws-durable-execution-sdk-python.git/' pyproject.toml
4646
- name: type checking
4747
run: hatch run types:check
4848
- name: Run tests + coverage

0 commit comments

Comments
 (0)