Skip to content

Commit

Permalink
Remove dev installation of VCPKG (pybamm-team#4633)
Browse files Browse the repository at this point in the history
* Remove dev branch install

* Temporarily make it build on PRs

* Disable building on PRs again
  • Loading branch information
kratman authored Dec 2, 2024
1 parent ad3a3fe commit 70e96e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 70e96e5

Please sign in to comment.