Skip to content

Commit

Permalink
run pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jul 16, 2024
1 parent 4372ff3 commit 0da3192
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: setup pnpm
run: |
corepack enable pnpm
pnpm setup
- name: Cache C2A devtools
id: cache-c2a-devtools
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: setup pnpm
run: |
corepack enable pnpm
pnpm setup
- name: install
run: |
Expand Down

0 comments on commit 0da3192

Please sign in to comment.