Skip to content

Commit 261e509

Browse files
committed
#44: adding tests for github actions
1 parent c623d9b commit 261e509

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
2424
- name: Check package install
2525
run: |
26-
pip install .
26+
pip install -e .
2727
2828
- name: Run tests
2929
run: pytest -m unit --cov=wfcommons tests/

0 commit comments

Comments
 (0)