We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c623d9b commit 261e509Copy full SHA for 261e509
1 file changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Check package install
25
run: |
26
- pip install .
+ pip install -e .
27
28
- name: Run tests
29
run: pytest -m unit --cov=wfcommons tests/
0 commit comments