We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dc22c3 commit bf67b10Copy full SHA for bf67b10
.github/workflows/pytest.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: setup pnpm
58
run: |
59
corepack enable
60
- pnpm setup
+ env SHELL=bash pnpm setup
61
62
- name: Cache C2A devtools
63
id: cache-c2a-devtools
.github/workflows/validate-renovate.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: install
23
0 commit comments