Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
try with newer boost
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed May 2, 2024
1 parent e12c49b commit 894a4fa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
platform: linux
- image: windows-latest
platform: windows
- image: macos-latest
- image: macos-14
platform: macos
steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@ on:
jobs:
build_wheels:
name: PR - cp*, ubuntu-latest
runs-on: ubuntu-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4

- name: Install Conan (MacOS)
run: |
pip install pip --upgrade
pip install "conan<2.0.0"
conan profile new default --detect
conan config set "storage.path=${{ github.workspace }}/conan_data"
conan install --install-folder ${{ github.workspace }}/conan_build --remote conancenter .
- name: Lint & Style Check
run: |
python -m pip install -r dev-requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[requires]
boost/1.71.0
boost/1.83.0

[generators]
json
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ archs = "native"
manylinux-x86_64-image = "ghcr.io/gis-ops/manylinux:2_28_valhalla_python"

[tool.cibuildwheel.windows]
before-all = "pip install conan delvewheel"
before-all = "pip install conan<2.0.0 delvewheel"
repair-wheel-command = "delvewheel repair --add-path lib/windows {wheel} -w {dest_dir}"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 894a4fa

Please sign in to comment.