Skip to content

Commit 3761b44

Browse files
committed
bugfix
1 parent 53864e0 commit 3761b44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ runs:
9191
shell: bash
9292

9393
- name: Is Windows
94-
if: ${{ runner.os }} == "Windows"
94+
if: ${{ runner.os }} == Windows
9595
run: pip install -r ${{ github.action_path }}\requirements.txt
9696
shell: bash
9797

9898
- name: Is Posix
99-
if: ${{ runner.os }} != "Windows"
99+
if: ${{ runner.os }} != Windows
100100
run: pip install -r ${{ github.action_path }}/requirements.txt
101101
shell: bash
102102

0 commit comments

Comments
 (0)