From 70e96e5f85c7c8e8fea9bff7aec0b238b379ac4b Mon Sep 17 00:00:00 2001 From: "Eric G. Kratz" Date: Mon, 2 Dec 2024 11:33:08 -0500 Subject: [PATCH] Remove dev installation of VCPKG (#4633) * Remove dev branch install * Temporarily make it build on PRs * Disable building on PRs again --- .github/workflows/publish_pypi.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/publish_pypi.yml b/.github/workflows/publish_pypi.yml index 944c900e9a..9f0a13106b 100644 --- a/.github/workflows/publish_pypi.yml +++ b/.github/workflows/publish_pypi.yml @@ -51,14 +51,6 @@ jobs: - name: Clone pybind11 repo (no history) run: git clone --depth 1 --branch v2.12.0 https://github.com/pybind/pybind11.git -c advice.detachedHead=false - - name: Install vcpkg on Windows - run: | - cd C:\ - rm -r -fo 'C:\vcpkg' - git clone https://github.com/microsoft/vcpkg - cd vcpkg - .\bootstrap-vcpkg.bat - - name: Cache packages installed through vcpkg on Windows uses: actions/cache@v4 env: