File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 6
6
using : composite
7
7
steps :
8
8
- name : Install Python
9
+ id : cs-install-python
9
10
uses : actions/setup-python@v5
10
11
with :
11
12
python-version : 3.9
13
+ update-environment : false
12
14
- name : Install dependencies
13
15
shell : bash
14
- run : python -m pip install -r ${GITHUB_ACTION_PATH}/../.. /../scripts/configuration/requirements.txt
16
+ run : ${{ steps.cs-install- python.outputs.python-path }} -m pip install -r ${GITHUB_ACTION_PATH}/../scripts/configuration/requirements.txt
15
17
- name : Process files
16
18
shell : bash
17
- run : python ${GITHUB_ACTION_PATH}/../.. /../scripts/configuration/process_coding_standards_config.py
19
+ run : ${{ steps.cs-install- python.outputs.python-path }} ${GITHUB_ACTION_PATH}/../scripts/configuration/process_coding_standards_config.py
You can’t perform that action at this time.
0 commit comments