Skip to content

Commit

Permalink
merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya committed Jan 16, 2025
2 parents 554156a + 2473450 commit 381a718
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
# actions-ref: main

check-schema:
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.9
uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@main
with:
azure-dir: ""

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.9
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@main
with:
actions-ref: v0.11.9
actions-ref: main
import-name: "litserve"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
Expand All @@ -34,6 +34,6 @@ jobs:
}
# check-docs:
# uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@v0.10.1
# uses: Lightning-AI/utilities/.github/workflows/check-docs.yml@main
# with:
# requirements-file: "_requirements/docs.txt"

0 comments on commit 381a718

Please sign in to comment.