Skip to content

Commit

Permalink
👷 Fix E2E CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed May 7, 2024
1 parent 09b6c7a commit 75174d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
working-directory: e2e
run: |
sleep 3
pnpm i --filter . --filter inference... --filter hub... --frozen-lockfile
pnpm i --filter root --filter inference... --filter hub... --frozen-lockfile
pnpm --filter inference --filter hub --filter tasks publish --force --no-git-checks --registry http://localhost:4874/
- name: E2E test - test yarn install
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"private": true,
"name": "@huggingface/root",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
Expand Down

0 comments on commit 75174d8

Please sign in to comment.