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 52c1d19 commit 1645025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- 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
- name: Install dependencies
run: python -m pip install --upgrade pip setuptools wheel
- name: Installation
Expand Down

0 comments on commit 1645025

Please sign in to comment.