Skip to content

Commit fc2736b

Browse files
Merge pull request #162 from alliander-opensource/dependabot/github_actions/pypa/cibuildwheel-2.11.3
Bump pypa/cibuildwheel from 2.11.2 to 2.11.3
2 parents de661a7 + e8ae31a commit fc2736b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
uses: docker/setup-qemu-action@v2
129129

130130
- name: Build wheels
131-
uses: pypa/[email protected].2
131+
uses: pypa/[email protected].3
132132
# GitHub Actions specific build parameters
133133
env:
134134
# pass GitHub runner info into Linux container

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if(WIN32)
3030
else()
3131
add_compile_options(-Wall -Wextra -pedantic -Werror)
3232
add_compile_options(-Wno-deprecated-copy) # bug in boost
33+
add_compile_options(-Wno-deprecated-declarations) # bug in boost
3334
if(UNIX AND NOT APPLE)
3435
# test coverage for debug build in linux, if specified
3536
if ((CMAKE_BUILD_TYPE STREQUAL "Debug") AND (DEFINED POWER_GRID_MODEL_COVERAGE) AND (POWER_GRID_MODEL_COVERAGE EQUAL 1))

0 commit comments

Comments
 (0)