Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Nov 2, 2024
1 parent 37e6dd0 commit 5093cf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
check-code:
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: v0.11.7
actions-ref: v0.11.8
extra-typing: "typing"

check-schema:
Expand All @@ -25,7 +25,7 @@ jobs:
if: github.event.pull_request.draft == false
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
actions-ref: v0.11.7
actions-ref: v0.11.8
artifact-name: dist-packages-${{ github.sha }}
import-name: "torchmetrics"
testing-matrix: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
uses: Lightning-AI/utilities/.github/workflows/[email protected]
with:
scripts-ref: v0.11.7
scripts-ref: v0.11.8
dry-run: ${{ github.event_name == 'pull_request' }}
pattern: ${{ inputs.pattern || 'pypi_wheels' }} # setting str in case of PR / debugging
age-days: ${{ fromJSON(inputs.age-days) || 0 }} # setting 0 in case of PR / debugging

0 comments on commit 5093cf1

Please sign in to comment.