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 7141bef commit 08445c6Copy full SHA for 08445c6
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Display Python version
23
run: python -c "import sys; print(sys.version)"
24
- name: Install OS dependencies
25
- run: sudo apt-get install -y --no-install-recommends freetds-dev libgssapi-krb5-2
+ run: sudo apt-get install -y --no-install-recommends freetds-dev libkrb5-dev
26
- name: Install dependencies
27
run: python -m pip install --upgrade pip setuptools wheel
28
- name: Installation
0 commit comments