From 33d31b406c2d06e1682ee366f30f5932a152c15d Mon Sep 17 00:00:00 2001 From: Jesper Friis Date: Tue, 15 Aug 2023 17:52:41 +0200 Subject: [PATCH] Remove recommended but unrecognised ubuntu packages --- .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 1214d1f3e..7adf64cfa 100644 --- a/.github/workflows/ci_build_wheels.yml +++ b/.github/workflows/ci_build_wheels.yml @@ -96,7 +96,7 @@ jobs: # python -m pip install -U poetry # ", check=True, shell=True)' run: | - python -c "import sys, subprocess; sys.platform.startswith(\"linux\") and subprocess.run(\"sudo apt install -y rustc cargo llvm-15 lld-15 clang-15 && python -m pip install -U poetry\", check=True, shell=True)" + python -c "import sys, subprocess; sys.platform.startswith(\"linux\") and subprocess.run(\"sudo apt install -y rustc cargo && python -m pip install -U poetry\", check=True, shell=True)" - name: Install cibuildwheel run: | python -m pip install -U setuptools wheel