We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b919ad7 commit ce9bf50Copy full SHA for ce9bf50
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,7 @@ jobs:
35
36
- name: Install dependencies
37
run: |
38
+ apt-get install libkrb5-dev
39
pip install -U setuptools pip wheel
40
pip install -e .[cpphash,redis,uwsgi]
41
0 commit comments