Skip to content

Commit

Permalink
add corepack enable to install pnpm in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 4, 2024
1 parent 9a11493 commit cfa0700
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: setup c2a-core
run: ./setup.sh

- name: setup pnpm
run: corepack enable

- uses: actions/[email protected]
with:
cache: pnpm
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/[email protected]

- name: setup pnpm
run: corepack enable

- uses: actions/[email protected]
- name: install
run: |
pnpm install -g renovate
Expand Down

0 comments on commit cfa0700

Please sign in to comment.