We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3156f26 commit 53fd1b6Copy full SHA for 53fd1b6
.github/workflows/ci_cd.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
apt update
29
export DEBIAN_FRONTEND=noninteractive
30
- apt install -yq krb5-user
+ apt install -yq krb5-user git
31
32
- name: "Install project and run pre-commit"
33
shell: bash
0 commit comments