Skip to content

Commit ba1e3b0

Browse files
committed
install conan
1 parent db3b421 commit ba1e3b0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/pip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: Add requirements
23-
run: python -m pip install --upgrade wheel setuptools
23+
run: python -m pip install --upgrade pip wheel setuptools conan
2424
- name: Build and install
2525
run: pip install --verbose .[test]
2626
- name: Test

.github/workflows/wheels.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
os: [ubuntu-latest, windows-latest, 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
3641
- uses: pypa/cibuildwheel@v2.17
3742
env:
3843
CIBW_ARCHS_MACOS: auto universal2

0 commit comments

Comments
 (0)