Skip to content

Commit ec84805

Browse files
committed
conan remote
1 parent 5c47414 commit ec84805

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pip.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
run: python -m pip install --upgrade pip wheel setuptools conan
2424
- name: Install conan config
2525
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
2628
- name: Build and install
2729
run: pip install --verbose .[test]
2830
# TODO

.github/workflows/wheels.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
run: python -m pip install --upgrade pip conan
4141
- name: Install conan config
4242
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
4345
- uses: pypa/cibuildwheel@v2.17
4446
env:
4547
MACOSX_DEPLOYMENT_TARGET: 10.15

0 commit comments

Comments
 (0)