Skip to content

Commit 719e1f4

Browse files
authored
Update ci.yml
1 parent 0bc8e4a commit 719e1f4

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:${a}@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:${a}@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)