We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d3237 commit 6dc1378Copy full SHA for 6dc1378
.github/workflows/python-ci.yml
@@ -58,6 +58,8 @@ jobs:
58
python-version: ${{ matrix.python }}
59
cache: poetry
60
cache-dependency-path: ./poetry.lock
61
+ - name: Install system dependencies
62
+ run: sudo apt-get update && sudo apt-get install -y libkrb5-dev # for kerberos
63
- name: Install
64
run: make install-dependencies
65
- name: Linters
.github/workflows/python-integration.yml
@@ -50,6 +50,8 @@ jobs:
50
- uses: actions/checkout@v4
51
with:
52
fetch-depth: 2
53
54
55
56
run: make install
57
- name: Run integration tests
0 commit comments