Skip to content

Commit ace5a58

Browse files
authored
Update ci.yml
1 parent ff90620 commit ace5a58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
test:
1818
name: Test
19-
runs-on: ubuntu-24.04
19+
runs-on: ubuntu-22.04
2020
services:
2121
redis:
2222
image: redis
@@ -31,11 +31,10 @@ jobs:
3131
- name: Setup Python
3232
uses: actions/setup-python@v3
3333
with:
34-
python-version: '3.8.18'
34+
python-version: '3.7.16'
3535

3636
- name: Install dependencies
3737
run: |
38-
sudo apt-get install -y libkrb5-dev
3938
pip install -U setuptools pip wheel
4039
pip install -e .[cpphash,redis,uwsgi]
4140

0 commit comments

Comments
 (0)