Skip to content

Commit 0194eb5

Browse files
committed
remove python setup.py build_ext --inplace from the github action and install instruction
1 parent 5403ee7 commit 0194eb5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

.github/workflows/python-test.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ jobs:
2828
pip install --upgrade pip
2929
pip install --upgrade setuptools
3030
python -m pip install .[test]
31-
python setup.py build_ext --inplace
3231
- name: Test with pytest
3332
run: pytest -vs tests/ --cov causalml/

.github/workflows/test-build-from-source.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ jobs:
7070
pip install -U setuptools
7171
python -m pip install .${{ matrix.tf-label-pip}}
7272
python -m pip install .[test]
73-
python setup.py build_ext --inplace
7473
7574
- name: Test with pytest
7675
run: pytest -vs tests/ --cov causalml/

docs/installation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ Then:
7373
git clone https://github.com/uber/causalml.git
7474
cd causalml
7575
pip install .
76-
python setup.py build_ext --inplace
7776
7877
with ``tensorflow`` for ``DragonNet``:
7978

0 commit comments

Comments
 (0)