Skip to content

Commit 240de25

Browse files
committed
update test pipeline
1 parent 7c7a5ef commit 240de25

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
pip install setuptools build
3434
python setup.py clean --all
3535
python setup.py build_ext --inplace
36-
python setup.py install
37-
pip install -e .[test]
36+
pip install .[test]
3837
- name: run tests
3938
run: pytest -v

0 commit comments

Comments
 (0)