From 86e9accfe5a55725b24ed17a3c0bead5e1ce570b Mon Sep 17 00:00:00 2001 From: tbodt Date: Tue, 30 Apr 2024 23:46:37 -0700 Subject: [PATCH] PEP 668 compliance --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27756bda72..99637cba13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,7 @@ jobs: submodules: true - name: Install dependencies run: | - brew install llvm ninja libarchive - pip3 install meson + brew install llvm ninja libarchive meson - name: Clone Linux if: matrix.kernel == 'linux' run: deps/clone-linux.sh