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 3232 python-version : ${{ matrix.python-version }}
3333 allow-prereleases : true
3434
35- - name : Upgrade pip, build tools
36- run : |
37- python -m pip install --upgrade pip
38- pip install build scikit-build-core pybind11
39-
4035 - name : Build and install the package
4136 run : |
4237 pip install --verbose .
Original file line number Diff line number Diff line change 1111
1212---
1313
14- ## 🛠️ Build & Install (Python Package)
14+ ## Build & Install (Python Package)
1515
1616We use [ ` scikit-build-core ` ] ( https://scikit-build-core.readthedocs.io/en/latest/ ) to build the C++ extension via CMake.
1717
@@ -31,8 +31,6 @@ cd libectool
3131` ` `
3232# ## Install the package
3333` ` ` sh
34- python -m pip install --upgrade pip
35- pip install build scikit-build-core pybind11
3634pip install .
3735` ` `
3836
You can’t perform that action at this time.
0 commit comments