We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2916c7b commit d99e4b7Copy full SHA for d99e4b7
.github/workflows/ci.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: static analysis
43
run: hatch fmt --check
44
- 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
+ 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
46
- name: type checking
47
run: hatch run types:check
48
- name: Run tests + coverage
0 commit comments