File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,20 +33,12 @@ jobs:
3333 os : [ubuntu-22.04, windows-2022, macos-13]
3434 steps :
3535 - uses : actions/checkout@v4
36- - uses : actions/setup-python@v5
37- with :
38- python-version : " 3.x"
39- - name : Add requirements
40- run : python -m pip install --upgrade pip conan
41- - name : Install conan config
42- run : conan config install .github/config/${{ matrix.os }}/conan
43- - name : Setup conan remote
44- run : conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
4536 - uses : pypa/cibuildwheel@v2.17
4637 env :
4738 MACOSX_DEPLOYMENT_TARGET : 10.15
4839 CIBW_ARCHS_MACOS : auto universal2
4940 CIBW_SKIP : " *-win32 *-manylinux_i686"
41+ CIBW_BEFORE_BUILD : " conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan"
5042 - name : Verify clean directory
5143 run : git diff --exit-code
5244 shell : bash
You can’t perform that action at this time.
0 commit comments