Skip to content

Commit 9cc57c6

Browse files
committed
pip install -e . for testagnsotic.yml
1 parent 406ebfd commit 9cc57c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/testagnostic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: setup the program
3737
run: |
38-
python setup.py develop
38+
pip install -e .
3939
4040
- name: run tests
4141
timeout-minutes: 100

0 commit comments

Comments
 (0)