Skip to content

Commit 382d4f3

Browse files
authored
Update action.yml
1 parent b78397a commit 382d4f3

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description: |
55
runs:
66
using: composite
77
steps:
8-
# - name: Install Python
9-
# uses: actions/setup-python@v5
10-
# with:
11-
# python-version: 3.9
8+
- name: Install Python
9+
uses: actions/setup-python@v5
10+
with:
11+
python-version: 3.9
1212
- name: Install dependencies
1313
shell: bash
1414
run: python -m pip install -r ${GITHUB_ACTION_PATH}/../../../scripts/configuration/requirements.txt

0 commit comments

Comments
 (0)