Skip to content

Commit d0ee362

Browse files
committed
CIBW_BEFORE_BUILD
1 parent ec84805 commit d0ee362

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/wheels.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)