We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac877f commit b78397aCopy full SHA for b78397a
.github/actions/apply-coding-standards-configuration/action.yml
@@ -5,10 +5,10 @@ description: |
5
runs:
6
using: composite
7
steps:
8
- - name: Install Python
9
- uses: actions/setup-python@v5
10
- with:
11
- python-version: 3.9
+ # - name: Install Python
+ # uses: actions/setup-python@v5
+ # with:
+ # python-version: 3.9
12
- name: Install dependencies
13
shell: bash
14
run: python -m pip install -r ${GITHUB_ACTION_PATH}/../../../scripts/configuration/requirements.txt
0 commit comments