File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 23
23
run : python -m pip install --upgrade pip wheel setuptools conan
24
24
- name : Install conan config
25
25
run : conan config install .github/config/${{ matrix.os }}/conan
26
+ - name : Setup conan remote
27
+ run : conan remote add --index 0 odr https://artifactory.opendocument.app/artifactory/api/conan/conan
26
28
- name : Build and install
27
29
run : pip install --verbose .[test]
28
30
# TODO
Original file line number Diff line number Diff line change 40
40
run : python -m pip install --upgrade pip conan
41
41
- name : Install conan config
42
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
43
45
- uses : pypa/cibuildwheel@v2.17
44
46
env :
45
47
MACOSX_DEPLOYMENT_TARGET : 10.15
You can’t perform that action at this time.
0 commit comments