diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 58534c26..fd51dddb 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install dependencies run: | - sudo apt-get install meson scdoc python3-hatchling python3-build python3-installer python3-filelock shellcheck bubblewrap cargo libzstd1 python3-xxhash python3-cbor2 + sudo apt-get install meson scdoc python3-hatchling python3-build python3-installer python3-filelock shellcheck bubblewrap cargo libzstd1 python-xxhash python3-cbor2 python3 -m pip install --upgrade pip pip install uv - name: Initialize submodules