From af332b48df30c19e5820e47bb9f697da2b1b2f53 Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Tue, 15 Aug 2023 13:46:54 +0200 Subject: [PATCH] Install with apt-get --- .github/workflows/ci_build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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