Skip to content

Commit

Permalink
CI: Install pymssql separately
Browse files Browse the repository at this point in the history
  • Loading branch information
janezd committed Sep 28, 2024
1 parent e045632 commit eec7f8c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade tox
- name: Install pymssql on macOS
if ${{ matrix.os }} == 'macos-latest' && ${{ matrix.python-version }} >= '3.11':
run: |
brew install FreeTDS
pip install --pre --no-binary :all: pymssql --no-cache --force
- name: Test with Tox
run: |
tox -e ${{ matrix.tox_env }}

0 comments on commit eec7f8c

Please sign in to comment.