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 b14bd09 commit 94580fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,8 @@ jobs:
apt-get install -y software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt-get update
apt-get install -y python${{ matrix.python-version }} wget curl postgresql-client build-essential pkg-config libssl-dev git sqlite3 libsqlite3-dev mysql-client libmysqlclient-dev libicu66 libkrb5-dev libclang-dev
apt-get install -y python${{ matrix.python-version }}-dev python${{ matrix.python-version }} python${{ matrix.python-version }}-pip 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
python -m pip install cli-helpers==2.2.0
env:
Expand Down

0 comments on commit 94580fb

Please sign in to comment.