Skip to content

Commit ad9549d

Browse files
author
AhmedYasserrr
committed
refactor: remove pip upgrade and build tools installation from CI and README
1 parent 1476401 commit ad9549d

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/pip.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ jobs:
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 .

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
---
1313

14-
## 🛠️ Build & Install (Python Package)
14+
## Build & Install (Python Package)
1515

1616
We 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
3634
pip install .
3735
```
3836

0 commit comments

Comments
 (0)