We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da3192 commit 3b14c13Copy full SHA for 3b14c13
.github/workflows/pytest.yml
@@ -50,6 +50,8 @@ jobs:
50
run: ./setup.sh
51
52
- name: setup pnpm
53
+ env:
54
+ SHELL: bash
55
run: |
56
corepack enable pnpm
57
pnpm setup
.github/workflows/validate-renovate.yml
@@ -14,6 +14,8 @@ jobs:
14
- uses: actions/checkout@v4.1.7
15
16
17
18
19
20
21
0 commit comments