Skip to content

Commit b150e16

Browse files
committed
try again
1 parent d0ee362 commit b150e16

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
MACOSX_DEPLOYMENT_TARGET: 10.15
3939
CIBW_ARCHS_MACOS: auto universal2
4040
CIBW_SKIP: "*-win32 *-manylinux_i686"
41-
CIBW_BEFORE_BUILD: "conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan"
41+
CIBW_BEFORE_BUILD: "pip install conan && conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan"
4242
- name: Verify clean directory
4343
run: git diff --exit-code
4444
shell: bash

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@
1919
"test": ["pytest>=6.0"],
2020
},
2121
conanfile="src/cpp/conanfile.txt",
22+
conan_profile_settings={"compiler.cppstd": "20"},
2223
)

0 commit comments

Comments
 (0)