File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ install:
1919 if ($env:PYTHON) {
2020 if ($env:PLATFORM -eq "x64") { $env:PYTHON = "$env:PYTHON-x64" }
2121 $env:PATH = "C:\Python$env:PYTHON\;C:\Python$env:PYTHON\Scripts\;$env:PATH"
22- python -m pip install --disable-pip-version-check --user --upgrade pip setuptools
22+ python -m pip install --disable-pip-version-check --upgrade --no-warn-script-location pip setuptools
2323 } elseif ($env:CONDA) {
2424 if ($env:CONDA -eq "27") { $env:CONDA = "" }
2525 if ($env:PLATFORM -eq "x64") { $env:CONDA = "$env:CONDA-x64" }
Original file line number Diff line number Diff line change 1212
1313env :
1414 CIBW_TEST_COMMAND : python {project}/tests/test.py
15- CIBW_BEFORE_BUILD : pip install git+https://github.com/pybind/pybind11.git@master
15+ CIBW_BEFORE_BUILD : pip install cmake git+https://github.com/pybind/pybind11.git@master
1616
1717
1818jobs :
4141 name : Wheels on ${{ matrix.os }}
4242 runs-on : ${{ matrix.os }}
4343 strategy :
44+ fail-fast : false
4445 matrix :
4546 os : [ubuntu-latest, windows-latest, macos-latest]
4647
You can’t perform that action at this time.
0 commit comments