diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index c75cbd88..4af20064 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -20,6 +20,11 @@ jobs: with: python-version: "3.8" + - name: Install system dependencies + run: | + sudo apt-get update + sudo apt-get install -y freetds-dev libkrb5-dev + - name: Build and Install CLI run: | cd cli