Skip to content

Commit 299af61

Browse files
committed
add install pkg command for jobs
1 parent e93338c commit 299af61

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/actions/lint_n_test/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ runs:
3939
- name: PyDocStyle
4040
run: python -m pydocstyle
4141
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
4245
- name: Execute Unit Tests
4346
run: python -m unittest discover -s ./test*
4447
shell: bash

0 commit comments

Comments
 (0)