Skip to content

Commit 895ed8c

Browse files
committed
Minor updates, probably still broken
1 parent a2006ec commit 895ed8c

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/build_wheels.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ jobs:
4242
cd vcpkg
4343
.\bootstrap-vcpkg.bat
4444
45-
- name: Cache packages installed through vcpkg on Windows
46-
uses: actions/cache@v4
47-
env:
48-
cache-name: vckpg_binary_cache
49-
with:
50-
path: C:\Users\runneradmin\AppData\Local\vcpkg\archives
51-
key: ${{ runner.os }}-build-VS2022-${{ env.cache-name }}-${{ hashFiles('vcpkg*.json') }}
52-
5345
- name: Build wheels on Windows
5446
run: pipx run cibuildwheel --output-dir wheelhouse
5547
env:

vcpkg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "pybamm",
3-
"version-string": "24.9.0",
2+
"name": "pybammsolvers",
3+
"version-string": "0.0.1",
44
"dependencies": [
55
"casadi",
66
{

0 commit comments

Comments
 (0)