Skip to content

Commit

Permalink
Minor updates, probably still broken
Browse files Browse the repository at this point in the history
  • Loading branch information
kratman committed Sep 30, 2024
1 parent a2006ec commit 895ed8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ jobs:
cd vcpkg
.\bootstrap-vcpkg.bat
- name: Cache packages installed through vcpkg on Windows
uses: actions/cache@v4
env:
cache-name: vckpg_binary_cache
with:
path: C:\Users\runneradmin\AppData\Local\vcpkg\archives
key: ${{ runner.os }}-build-VS2022-${{ env.cache-name }}-${{ hashFiles('vcpkg*.json') }}

- name: Build wheels on Windows
run: pipx run cibuildwheel --output-dir wheelhouse
env:
Expand Down
4 changes: 2 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pybamm",
"version-string": "24.9.0",
"name": "pybammsolvers",
"version-string": "0.0.1",
"dependencies": [
"casadi",
{
Expand Down

0 comments on commit 895ed8c

Please sign in to comment.