Skip to content

Commit 08445c6

Browse files
author
Italo Valcy
committed
adding os dependency
1 parent 7141bef commit 08445c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Display Python version
2323
run: python -c "import sys; print(sys.version)"
2424
- name: Install OS dependencies
25-
run: sudo apt-get install -y --no-install-recommends freetds-dev libgssapi-krb5-2
25+
run: sudo apt-get install -y --no-install-recommends freetds-dev libkrb5-dev
2626
- name: Install dependencies
2727
run: python -m pip install --upgrade pip setuptools wheel
2828
- name: Installation

0 commit comments

Comments
 (0)