We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d25fe commit e84ba97Copy full SHA for e84ba97
.github/workflows/python-ci-polaris.yml
@@ -48,6 +48,8 @@ jobs:
48
uses: astral-sh/setup-uv@v7
49
with:
50
enable-cache: true
51
+ - name: Install system dependencies
52
+ run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
53
- name: Install
54
run: make install
55
- name: Run Polaris integration tests
0 commit comments