Skip to content

Commit bf67b10

Browse files
committed
set SHELL env for pnpm setup
1 parent 6dc22c3 commit bf67b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: setup pnpm
5858
run: |
5959
corepack enable
60-
pnpm setup
60+
env SHELL=bash pnpm setup
6161
6262
- name: Cache C2A devtools
6363
id: cache-c2a-devtools

.github/workflows/validate-renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: setup pnpm
1818
run: |
1919
corepack enable
20-
pnpm setup
20+
env SHELL=bash pnpm setup
2121
2222
- name: install
2323
run: |

0 commit comments

Comments
 (0)