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 806e4f3 commit b6e557cCopy full SHA for b6e557c
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
run: hatch fmt --check
44
- run: ls
45
- name: set up git in pyproject.toml
46
- run: sed -i.bak "s|git\+ssh\:\/\/git@github\.com\/aws\/aws\-durable\-execution\-sdk\-python\.git|https://x-access-token:${{ steps.generate-token.outputs.token }}@github.com/aws/aws-durable-execution-sdk-python.git|g" pyproject.toml
+ run: sed -i.bak "s|git+ssh\:\/\/git@github\.com\/aws\/aws\-durable\-execution\-sdk\-python\.git|https://x-access-token:${{ steps.generate-token.outputs.token }}@github.com/aws/aws-durable-execution-sdk-python.git|g" pyproject.toml
47
- run: cat pyproject.toml
48
- name: type checking
49
run: hatch run types:check
0 commit comments