Skip to content

Commit

Permalink
set SHELL env for pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 4, 2024
1 parent 6dc22c3 commit bf67b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: setup pnpm
run: |
corepack enable
pnpm setup
env SHELL=bash pnpm setup
- name: Cache C2A devtools
id: cache-c2a-devtools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: setup pnpm
run: |
corepack enable
pnpm setup
env SHELL=bash pnpm setup
- name: install
run: |
Expand Down

0 comments on commit bf67b10

Please sign in to comment.