mirror of https://github.com/astral-sh/uv
Fix benchmarks CI job (#5023)
This commit is contained in:
parent
5f851d1d19
commit
a4e9b63d5b
|
|
@ -1156,6 +1156,7 @@ jobs:
|
|||
|
||||
- name: "Install requirements and prime cache"
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libsasl2-dev libldap2-dev libkrb5-dev
|
||||
cargo run --bin uv -- venv --cache-dir .cache
|
||||
cargo run --bin uv -- pip compile scripts/requirements/airflow.in --cache-dir .cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue