Skip to content

Commit 64d2ebb

Browse files
authored
Update python-app.yml
1 parent 8ae6017 commit 64d2ebb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/python-app.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
conda info
5353
conda list
5454
55+
- name: install with pip
56+
shell: bash -l {0}
57+
run: pip install -e .
58+
5559
- name: Run test suite
5660
shell: bash -l {0}
5761
run: pytest -v

0 commit comments

Comments
 (0)