File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 32
32
python-version : ${{ matrix.python-version }}
33
33
allow-prereleases : true
34
34
35
- - name : Upgrade pip, build tools
36
- run : |
37
- python -m pip install --upgrade pip
38
- pip install build scikit-build-core pybind11
39
-
40
35
- name : Build and install the package
41
36
run : |
42
37
pip install --verbose .
Original file line number Diff line number Diff line change 11
11
12
12
---
13
13
14
- ## 🛠️ Build & Install (Python Package)
14
+ ## Build & Install (Python Package)
15
15
16
16
We use [ ` scikit-build-core ` ] ( https://scikit-build-core.readthedocs.io/en/latest/ ) to build the C++ extension via CMake.
17
17
@@ -31,8 +31,6 @@ cd libectool
31
31
` ` `
32
32
# ## Install the package
33
33
` ` ` sh
34
- python -m pip install --upgrade pip
35
- pip install build scikit-build-core pybind11
36
34
pip install .
37
35
` ` `
38
36
You can’t perform that action at this time.
0 commit comments