Skip to content

Commit

Permalink
python setup.py build_ext --inplace
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandrmgservices committed Jul 26, 2023
1 parent c6344b9 commit bb5747e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-build-from-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ jobs:
pip install -U setuptools
python -m pip install .${{ matrix.tf-label-pip}}
python -m pip install .[test]
python setup.py build_ext --inplace
- name: Test with pytest
run: pytest -vs tests/ --cov causalml/

0 comments on commit bb5747e

Please sign in to comment.