Fix benchmarks CI job (#5023)

This commit is contained in:
Ibraheem Ahmed 2024-07-12 17:57:12 -04:00 committed by GitHub
parent 5f851d1d19
commit a4e9b63d5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1156,6 +1156,7 @@ jobs:
- name: "Install requirements and prime cache" - name: "Install requirements and prime cache"
run: | 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
cargo run --bin uv -- venv --cache-dir .cache cargo run --bin uv -- venv --cache-dir .cache
cargo run --bin uv -- pip compile scripts/requirements/airflow.in --cache-dir .cache cargo run --bin uv -- pip compile scripts/requirements/airflow.in --cache-dir .cache