Skip to content

Commit 3b14c13

Browse files
committed
set SHELL env for pnpm setup
1 parent 0da3192 commit 3b14c13

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/pytest.yml

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
run: ./setup.sh
5151

5252
- name: setup pnpm
53+
env:
54+
SHELL: bash
5355
run: |
5456
corepack enable pnpm
5557
pnpm setup

.github/workflows/validate-renovate.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
- uses: actions/checkout@v4.1.7
1515

1616
- name: setup pnpm
17+
env:
18+
SHELL: bash
1719
run: |
1820
corepack enable pnpm
1921
pnpm setup

0 commit comments

Comments
 (0)