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 1a824c8 commit 31f289dCopy full SHA for 31f289d
action.yml
@@ -93,7 +93,7 @@ runs:
93
- name: Is Windows
94
if: ${{ runner.os == 'Windows' }}
95
run: pip install -r ${{ github.action_path }}\requirements.txt
96
- shell: bash
+ shell: PowerShell
97
98
- name: Is Posix
99
if: ${{ runner.os != 'Windows' }}
0 commit comments