We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3b421 commit ba1e3b0Copy full SHA for ba1e3b0
.github/workflows/pip.yaml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
python-version: ${{ matrix.python-version }}
22
- name: Add requirements
23
- run: python -m pip install --upgrade wheel setuptools
+ run: python -m pip install --upgrade pip wheel setuptools conan
24
- name: Build and install
25
run: pip install --verbose .[test]
26
- name: Test
.github/workflows/wheels.yaml
@@ -33,6 +33,11 @@ jobs:
33
os: [ubuntu-latest, windows-latest, macos-13]
34
steps:
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
- uses: pypa/cibuildwheel@v2.17
42
env:
43
CIBW_ARCHS_MACOS: auto universal2
0 commit comments