From bee54039b19cab2fc09a68fdb3a46d9c0390ffbb Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 13 Dec 2024 16:54:20 -0500 Subject: [PATCH] Add lzma to benchmark install (#9888) --- .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 fbc957cdcbf0..347b413d7065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1853,7 +1853,7 @@ jobs: - name: "Install requirements and prime cache" run: | sudo apt-get update - sudo apt-get install -y libsasl2-dev libldap2-dev libkrb5-dev + sudo apt-get install -y libsasl2-dev libldap2-dev libkrb5-dev liblzma-dev cargo run --bin uv -- venv --cache-dir .cache cargo run --bin uv -- pip compile scripts/requirements/jupyter.in --universal --exclude-newer 2024-08-08 --cache-dir .cache cargo run --bin uv -- pip compile scripts/requirements/airflow.in --universal --exclude-newer 2024-08-08 --cache-dir .cache