diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 82a52c8ecfa..620c9afa23f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}