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 c0c616e commit 9644519Copy full SHA for 9644519
action.yml
@@ -86,17 +86,19 @@ runs:
86
python-version: ${{ inputs.python-version }}
87
architecture: x64
88
cache: pip
89
+
90
- run: python --version
91
92
- name: Is Windows
93
if: ${{ runner.os }} == "Windows"
94
run: pip install -r ${{ github.action_path }}\requirements.txt
95
shell: bash
- name: Install lintners on Win
96
97
- name: Is Posix
98
if: ${{ runner.os }} != "Windows"
99
run: pip install -r ${{ github.action_path }}/requirements.txt
100
- name: Install lintners on Posix
101
102
- run: >
103
${{ github.action_path }}/entrypoint.sh
104
'${{ inputs.python-root-list }}'
0 commit comments