Add lzma to benchmark install (#9888)

This commit is contained in:
Charlie Marsh 2024-12-13 16:54:20 -05:00 committed by GitHub
parent 40a2a6a959
commit bee54039b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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