diff --git a/.github/workflows/ci-checks.yml b/.github/workflows/ci-checks.yml index e5763fce3..374b80ccb 100644 --- a/.github/workflows/ci-checks.yml +++ b/.github/workflows/ci-checks.yml @@ -8,20 +8,20 @@ on: jobs: check-schema: - uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-schema.yml@v0.11.0 with: azure-dir: ".azure" check-code: - uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-code.yml@v0.11.0 with: - actions-ref: v0.8.0 + actions-ref: v0.11.0 extra-typing: typing check-package: - uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.9.0 + uses: Lightning-AI/utilities/.github/workflows/check-package.yml@v0.11.0 with: - actions-ref: v0.8.0 + actions-ref: v0.11.0 artifact-name: dist-packages-${{ github.sha }} import-name: "pl_bolts" testing-matrix: | diff --git a/tests/README.md b/tests/README.md index 7b65cb285..258fb68cc 100644 --- a/tests/README.md +++ b/tests/README.md @@ -13,6 +13,5 @@ Following PR [#844](https://github.com/Lightning-AI/lightning-bolts/pull/844), a ### Example ```python -def test_this_thing(catch_warnings): - ... +def test_this_thing(catch_warnings): ... ```