Skip to content

Commit ff5be82

Browse files
committed
Switch git client to the system one
1 parent 9dcf263 commit ff5be82

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040

4141
- name: Install dependencies
4242
run: |
43+
# poetry default git client `dulwich` doesn't work properly with git urls
44+
# to dependencies, which we use
45+
poetry config system-git-client true
46+
4347
poetry install
4448
shell: bash
4549

0 commit comments

Comments
 (0)