Skip to content

Commit 8098eb4

Browse files
committed
put the dependency installation into a capture group
1 parent 49bcbc7 commit 8098eb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

action.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ runs:
2626
- name: install dependencies
2727
shell: bash -l {0}
2828
run: |
29+
echo "::group::Install dependencies"
2930
python -m pip install -r ${{ github.action_path }}/requirements.txt
31+
echo "::endgroup::"
3032
- name: analyze environments
3133
shell: bash -l {0}
3234
env:

0 commit comments

Comments
 (0)