Skip to content

Commit 7a7e0af

Browse files
committed
Fix py3.5 test install
1 parent 7981d73 commit 7a7e0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Install
3737
run: |
38-
python setup.py install
38+
python -m pip install .
3939
4040
- name: Test
4141
run: |

0 commit comments

Comments
 (0)