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