Skip to content

Commit 6d95d66

Browse files
authored
Update action.yml
1 parent 2dc4836 commit 6d95d66

File tree

1 file changed

+2
-2
lines changed
  • .github/actions/apply-coding-standards-configuration

1 file changed

+2
-2
lines changed

.github/actions/apply-coding-standards-configuration/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
python-version: 3.9
1212
- name: Install dependencies
1313
shell: bash
14-
run: cd ../../../; python -m pip install -r ${{ github.action_path }}/../../../scripts/configuration/requirements.txt
14+
run: ls ${{ github.action_path }}/../../..; python -m pip install -r ${{ github.action_path }}/../../../scripts/configuration/requirements.txt
1515
- name: Process files
1616
shell: bash
17-
run: cd ../../../; python ${{ github.action_path }}/../../../scripts/configuration/process_coding_standards_config.py
17+
run: python ${{ github.action_path }}/../../../scripts/configuration/process_coding_standards_config.py

0 commit comments

Comments
 (0)