Skip to content

Commit 18ad954

Browse files
author
Filip Michalsky
committed
update dependency package ffor ci
1 parent b4dbb86 commit 18ad954

File tree

3 files changed

+1472
-1256
lines changed

3 files changed

+1472
-1256
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
npm install -g pnpm
25-
pnpm install
25+
pnpm install --no-frozen-lockfile
2626
2727
- name: Run Evals
2828
run: pnpm evals

package.json

-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"typescript": "^5.2.2"
3333
},
3434
"peerDependencies": {
35-
"@instructor-ai/instructor": "^1.3.0",
3635
"@playwright/test": "^1.42.1",
3736
"deepmerge": "^4.3.1",
3837
"dotenv": "^16.4.5",
@@ -41,7 +40,6 @@
4140
},
4241
"pnpm": {
4342
"patchedDependencies": {
44-
"@instructor-ai/[email protected]": "patches/@[email protected]"
4543
}
4644
},
4745
"dependencies": {

0 commit comments

Comments
 (0)