From ee720b90bbfd2cefb23fdf39f54aa0b88682dda0 Mon Sep 17 00:00:00 2001 From: Xiaoying Wang Date: Mon, 22 Apr 2024 13:37:28 -0700 Subject: [PATCH] update --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 31bc4e1c6..d8b6268d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,6 +183,8 @@ jobs: - name: Install tools run: | + apt update + apt-get install software-properties-common add-apt-repository -y ppa:deadsnakes/ppa apt-get update apt-get install -y python${{ matrix.python-version }} curl postgresql-client build-essential pkg-config libssl-dev git sqlite3 libsqlite3-dev mysql-client libmysqlclient-dev libicu66 libkrb5-dev libclang-dev