diff --git a/.github/workflows/ci_build_wheels.yml b/.github/workflows/ci_build_wheels.yml index 461ed932d..5e6881d16 100644 --- a/.github/workflows/ci_build_wheels.yml +++ b/.github/workflows/ci_build_wheels.yml @@ -89,7 +89,7 @@ jobs: - name: Install rust, cargo and poetry (needed by Pydantic v2) run: | - apt install rust cargo + sudo apt-get install rust cargo python -m pip install -U poetry - name: Install cibuildwheel