Skip to content

Commit

Permalink
Add lzma to benchmark install (#9888)
Browse files Browse the repository at this point in the history
  • Loading branch information
charliermarsh authored Dec 13, 2024
1 parent 40a2a6a commit bee5403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bee5403

Please sign in to comment.