Skip to content

Commit e84ba97

Browse files
committed
CI fix
1 parent 32d25fe commit e84ba97

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-ci-polaris.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
uses: astral-sh/setup-uv@v7
4949
with:
5050
enable-cache: true
51+
- name: Install system dependencies
52+
run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
5153
- name: Install
5254
run: make install
5355
- name: Run Polaris integration tests

0 commit comments

Comments
 (0)