Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Apr 22, 2024
1 parent a2132ad commit 574d101
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,8 @@ 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 six
python -m pip install cli-helpers==2.3.1
env:
DEBIAN_FRONTEND: noninteractive

Expand Down

0 comments on commit 574d101

Please sign in to comment.