From 9954083caabdc0259248f78b5424443b1f391030 Mon Sep 17 00:00:00 2001 From: Xiaoying Wang Date: Mon, 22 Apr 2024 13:39:33 -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 d8b6268d7..43aba8274 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,7 +184,7 @@ jobs: - name: Install tools run: | apt update - apt-get install software-properties-common + 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 }} curl postgresql-client build-essential pkg-config libssl-dev git sqlite3 libsqlite3-dev mysql-client libmysqlclient-dev libicu66 libkrb5-dev libclang-dev