From 28ef967824952d53e6b53b83a180eed6415bbe6d Mon Sep 17 00:00:00 2001 From: Xiaoying Wang Date: Mon, 22 Apr 2024 14:11:07 -0700 Subject: [PATCH] update --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59952e225..f8cc31b14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: apt-get install -y python${{ matrix.python-version }} python${{ matrix.python-version }}-distutils wget curl postgresql-client build-essential pkg-config libssl-dev git sqlite3 libsqlite3-dev mysql-client libmysqlclient-dev libicu66 libkrb5-dev libclang-dev ln -s `which python${{ matrix.python-version }}` /usr/bin/python wget -qO- https://bootstrap.pypa.io/get-pip.py | python - python -m pip install mssql-cli cli-helpers==2.2.0 six + python -m pip install mssql-cli cli-helpers six env: DEBIAN_FRONTEND: noninteractive