Skip to content

Commit de11279

Browse files
authored
replace python setup.py install with pip install . (#3396)
1 parent 2e280a5 commit de11279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Install dependencies
9494
run: |
9595
pip install -r requirements-dev.txt
96-
python setup.py install
96+
pip install .
9797
pip list
9898
9999
- name: Check code formatting

0 commit comments

Comments
 (0)