Skip to content

Commit 57b91f6

Browse files
authored
Update ci.yml
1 parent e253940 commit 57b91f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
python -m pip install --force-reinstall -v "click==8.2.1"
4242
- name: static analysis
4343
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
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
4646
- name: type checking
4747
run: hatch run types:check
4848
- name: Run tests + coverage

0 commit comments

Comments
 (0)