Skip to content

Commit 31f289d

Browse files
committed
bugfix
1 parent 1a824c8 commit 31f289d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ runs:
9393
- name: Is Windows
9494
if: ${{ runner.os == 'Windows' }}
9595
run: pip install -r ${{ github.action_path }}\requirements.txt
96-
shell: bash
96+
shell: PowerShell
9797

9898
- name: Is Posix
9999
if: ${{ runner.os != 'Windows' }}

0 commit comments

Comments
 (0)