We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93338c commit 299af61Copy full SHA for 299af61
1 file changed
.github/actions/lint_n_test/action.yml
@@ -39,6 +39,9 @@ runs:
39
- name: PyDocStyle
40
run: python -m pydocstyle
41
shell: bash
42
+ - name: Install local ${{ inputs.input_pkg_name }} pkg in editable mode
43
+ run: python -m pip install -e ${{ inputs.input_pkg_name }}
44
+ shell: bash
45
- name: Execute Unit Tests
46
run: python -m unittest discover -s ./test*
47
0 commit comments