Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2180087

Browse filesBrowse files
committed
Combine steps to apply LD_LIBRARY_PATH to both steps
1 parent c94e718 commit 2180087
Copy full SHA for 2180087

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

‎apply-configuration/action.yml

Copy file name to clipboardExpand all lines: apply-configuration/action.yml
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
with:
1212
python-version: 3.9
1313
update-environment: false
14-
- name: Install dependencies
14+
- name: Install dependencies and process files
1515
shell: bash
1616
run: |
1717
install_dir=$(dirname $(dirname "${{ steps.cs-install-python.outputs.python-path }}"))
@@ -21,6 +21,4 @@ runs:
2121
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$install_dir/lib"
2222
fi
2323
${{ steps.cs-install-python.outputs.python-path }} -m pip install -r ${GITHUB_ACTION_PATH}/../scripts/configuration/requirements.txt
24-
- name: Process files
25-
shell: bash
26-
run: ${{ steps.cs-install-python.outputs.python-path }} ${GITHUB_ACTION_PATH}/../scripts/configuration/process_coding_standards_config.py
24+
${{ steps.cs-install-python.outputs.python-path }} ${GITHUB_ACTION_PATH}/../scripts/configuration/process_coding_standards_config.py

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.