Skip to content

Commit c1bc9b9

Browse files
committed
Merge branch 'feature/rule-based-segment' of https://github.com/splitio/python-client into feature/rule-based-segment
2 parents 9349b47 + a462819 commit c1bc9b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717
test:
1818
name: Test
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-22.04
2020
services:
2121
redis:
2222
image: redis
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Install dependencies
3737
run: |
38+
sudo apt update
3839
sudo apt-get install -y libkrb5-dev
3940
pip install -U setuptools pip wheel
4041
pip install -e .[cpphash,redis,uwsgi]

0 commit comments

Comments
 (0)