Skip to content

Commit 9644519

Browse files
committed
bugfix
1 parent c0c616e commit 9644519

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,19 @@ runs:
8686
python-version: ${{ inputs.python-version }}
8787
architecture: x64
8888
cache: pip
89+
8990
- run: python --version
91+
9092
- name: Is Windows
9193
if: ${{ runner.os }} == "Windows"
9294
run: pip install -r ${{ github.action_path }}\requirements.txt
9395
shell: bash
94-
name: Install lintners on Win
96+
9597
- name: Is Posix
9698
if: ${{ runner.os }} != "Windows"
9799
run: pip install -r ${{ github.action_path }}/requirements.txt
98100
shell: bash
99-
name: Install lintners on Posix
101+
100102
- run: >
101103
${{ github.action_path }}/entrypoint.sh
102104
'${{ inputs.python-root-list }}'

0 commit comments

Comments
 (0)