File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,12 @@ jobs:
33
33
os : [ubuntu-22.04, windows-2022, macos-13]
34
34
steps :
35
35
- 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
45
36
- uses : pypa/cibuildwheel@v2.17
46
37
env :
47
38
MACOSX_DEPLOYMENT_TARGET : 10.15
48
39
CIBW_ARCHS_MACOS : auto universal2
49
40
CIBW_SKIP : " *-win32 *-manylinux_i686"
41
+ CIBW_BEFORE_BUILD : " conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan"
50
42
- name : Verify clean directory
51
43
run : git diff --exit-code
52
44
shell : bash
You can’t perform that action at this time.
0 commit comments