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 ce9bf50 commit cecabd8Copy full SHA for cecabd8
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Install dependencies
37
run: |
38
- apt-get install libkrb5-dev
+ sudo apt-get install -y libkrb5-dev
39
pip install -U setuptools pip wheel
40
pip install -e .[cpphash,redis,uwsgi]
41
0 commit comments