Skip to content

Commit

Permalink
adding os dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Italo Valcy committed Dec 30, 2024
1 parent 1645025 commit 7141bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install OS dependencies
run: sudo apt-get install -y --no-install-recommends freetds-dev
run: sudo apt-get install -y --no-install-recommends freetds-dev libgssapi-krb5-2
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel
- name: Installation
Expand Down

0 comments on commit 7141bef

Please sign in to comment.