We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e253940 commit 57b91f6Copy full SHA for 57b91f6
1 file changed
.github/workflows/ci.yml
@@ -41,8 +41,8 @@ jobs:
41
python -m pip install --force-reinstall -v "click==8.2.1"
42
- name: static analysis
43
run: hatch fmt --check
44
- - name: set up git
45
- run: git config --global url."https://x-access-token:${{ steps.generate-token.outputs.token }}@github".insteadOf https://github
+ - name: set up git in 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