Skip to content

Commit

Permalink
0.11.3.post0
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jul 2, 2024
1 parent 026cc6d commit 2db0d61
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ concurrency:

jobs:
check-precommit:
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.11.3
uses: Lightning-AI/utilities/.github/workflows/check-precommit.yml@v0.11.3.post0

check-typing:
uses: Lightning-AI/utilities/.github/workflows/check-typing.yml@v0.11.3
with:
actions-ref: v0.11.2
actions-ref: v0.11.3.post0

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

check-package:
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.3
uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.3.post0
with:
actions-ref: v0.11.2
actions-ref: v0.11.3.post0
import-name: "lightning_hivemind"
artifact-name: dist-packages-${{ github.sha }}
testing-matrix: |
Expand Down

0 comments on commit 2db0d61

Please sign in to comment.