From a26c0ea6be968e8353192ddb62aa9abfb5ab8fee Mon Sep 17 00:00:00 2001 From: lightovernight Date: Fri, 7 Mar 2025 19:05:54 +0800 Subject: [PATCH] Remove redundant CMake setup steps in pybind11 workflow --- .github/workflows/pybind11.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/pybind11.yml b/.github/workflows/pybind11.yml index 7578b030..fec3b95f 100644 --- a/.github/workflows/pybind11.yml +++ b/.github/workflows/pybind11.yml @@ -24,9 +24,6 @@ jobs: sudo apt-get update sudo apt-get install -y gcc g++ - - name: Set up CMake - uses: jwlawson/actions-setup-cmake@v1.10 - - name: Test run: | cd include/pybind11/tests @@ -43,9 +40,6 @@ jobs: - name: Set up MSVC uses: ilammy/msvc-dev-cmd@v1 - - name: Set up CMake - uses: jwlawson/actions-setup-cmake@v1.10 - - name: Test run: | cd include\pybind11\tests @@ -65,9 +59,6 @@ jobs: echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.zshrc source ~/.zshrc - - name: Set up CMake - uses: jwlawson/actions-setup-cmake@v1.10 - - name: Test run: | cd include/pybind11/tests