We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff90620 commit ace5a58Copy full SHA for ace5a58
1 file changed
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ concurrency:
16
jobs:
17
test:
18
name: Test
19
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
20
services:
21
redis:
22
image: redis
@@ -31,11 +31,10 @@ jobs:
31
- name: Setup Python
32
uses: actions/setup-python@v3
33
with:
34
- python-version: '3.8.18'
+ python-version: '3.7.16'
35
36
- name: Install dependencies
37
run: |
38
- 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