diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02905ca0e..bfdb1dcdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,8 +190,8 @@ jobs: run: | apt-get update apt-get install -y curl postgresql-client build-essential pkg-config libssl-dev git sqlite3 libsqlite3-dev mysql-client libmysqlclient-dev libicu66 libkrb5-dev libclang-dev - pip3 install mssql-cli - pip3 install cli-helpers==2.2.0 + pip install mssql-cli + pip install cli-helpers==2.2.0 env: DEBIAN_FRONTEND: noninteractive @@ -219,7 +219,7 @@ jobs: - name: Install other dependent tools run: | - pip3 install poetry + pip install poetry if [ ! -f "$HOME/.cargo/bin/just" ]; then curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/.cargo/bin; fi - name: Seed the database