mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add lzma to benchmark install (#9888)
This commit is contained in:
parent
40a2a6a959
commit
bee54039b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue