Skip to content

Commit 6531a18

Browse files
committed
Do not use setup.py script directly anymore
1 parent c482ae9 commit 6531a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
- name: Test with pytest
3333
run: |
3434
make test_lib
35-
make
35+
pip install -ve .
3636
make tests

0 commit comments

Comments
 (0)