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 ff5be82 commit 8e4132aCopy full SHA for 8e4132a
1 file changed
.github/workflows/ci-cd.yml
@@ -44,6 +44,10 @@ jobs:
44
# to dependencies, which we use
45
poetry config system-git-client true
46
47
+ # we access only public repositories, use https instead to avoid set up of
48
+ # ssh key
49
+ git config --global url."https://github".insteadOf "git://github"
50
+
51
poetry install
52
shell: bash
53
0 commit comments