mirror of https://github.com/astral-sh/uv
Add lzma to benchmark install (#9888)
This commit is contained in:
parent
40a2a6a959
commit
bee54039b1
|
|
@ -1853,7 +1853,7 @@ jobs:
|
||||||
- name: "Install requirements and prime cache"
|
- name: "Install requirements and prime cache"
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
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 -- 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/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
|
cargo run --bin uv -- pip compile scripts/requirements/airflow.in --universal --exclude-newer 2024-08-08 --cache-dir .cache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue