We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ee362 commit b150e16Copy full SHA for b150e16
2 files changed
.github/workflows/wheels.yaml
@@ -38,7 +38,7 @@ jobs:
38
MACOSX_DEPLOYMENT_TARGET: 10.15
39
CIBW_ARCHS_MACOS: auto universal2
40
CIBW_SKIP: "*-win32 *-manylinux_i686"
41
- CIBW_BEFORE_BUILD: "conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan"
+ CIBW_BEFORE_BUILD: "pip install conan && conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan"
42
- name: Verify clean directory
43
run: git diff --exit-code
44
shell: bash
setup.py
@@ -19,4 +19,5 @@
19
"test": ["pytest>=6.0"],
20
},
21
conanfile="src/cpp/conanfile.txt",
22
+ conan_profile_settings={"compiler.cppstd": "20"},
23
)
0 commit comments