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 b5b62eb commit a2132ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.1 six
python -m pip install mssql-cli cli-helpers>=2.2.0 six
env:
DEBIAN_FRONTEND: noninteractive

Expand Down

0 comments on commit a2132ad

Please sign in to comment.