Skip to content

Commit 24793d8

Browse files
committed
fix install
1 parent 61d2e33 commit 24793d8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/inference-check-snippets.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
cache-dependency-path: "**/pnpm-lock.yaml"
2222
- run: |
2323
cd packages/tasks
24-
pnpm install --frozen-lockfile --filter .
25-
pnpm install --frozen-lockfile --filter ...[${{ steps.since.outputs.SINCE }}]...
26-
pnpm --filter ...[${{ steps.since.outputs.SINCE }}]... build
24+
pnpm install --frozen-lockfile .
2725
2826
# TODO: Find a way to run on all pipeline tags
2927
# TODO: print snippet only if it has changed since the last commit on main (?)

0 commit comments

Comments
 (0)