diff --git a/.github/workflows/ci-docs.yaml b/.github/workflows/ci-docs.yaml index eaf89ce..ffebc9b 100644 --- a/.github/workflows/ci-docs.yaml +++ b/.github/workflows/ci-docs.yaml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false timeout-minutes: 10 + env: + UV_EXCLUDE_NEWER: "2 days" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -44,6 +46,8 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false timeout-minutes: 10 + env: + UV_EXCLUDE_NEWER: "2 days" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -69,6 +73,8 @@ jobs: runs-on: ubuntu-latest if: github.event.pull_request.draft == false timeout-minutes: 10 + env: + UV_EXCLUDE_NEWER: "2 days" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 diff --git a/.github/workflows/ci-examples.yaml b/.github/workflows/ci-examples.yaml index fb4b939..74a1e76 100644 --- a/.github/workflows/ci-examples.yaml +++ b/.github/workflows/ci-examples.yaml @@ -50,6 +50,7 @@ jobs: timeout-minutes: 15 env: LIGHTNING_CLOUD_URL: https://staging.gridai.dev + UV_EXCLUDE_NEWER: "2 days" UV_TORCH_BACKEND: cpu steps: diff --git a/.github/workflows/ci-integrations.yaml b/.github/workflows/ci-integrations.yaml index b86b41e..19c52f0 100644 --- a/.github/workflows/ci-integrations.yaml +++ b/.github/workflows/ci-integrations.yaml @@ -27,6 +27,7 @@ jobs: timeout-minutes: 20 env: LIGHTNING_CLOUD_URL: https://staging.gridai.dev + UV_EXCLUDE_NEWER: "2 days" UV_TORCH_BACKEND: cpu steps: diff --git a/.github/workflows/ci-mypy.yaml b/.github/workflows/ci-mypy.yaml index cae002f..026fdba 100644 --- a/.github/workflows/ci-mypy.yaml +++ b/.github/workflows/ci-mypy.yaml @@ -17,6 +17,7 @@ jobs: if: github.event.pull_request.draft == false timeout-minutes: 10 env: + UV_EXCLUDE_NEWER: "2 days" UV_TORCH_BACKEND: cpu strategy: fail-fast: false diff --git a/.github/workflows/ci-unittests.yaml b/.github/workflows/ci-unittests.yaml index 6b0d1db..911541d 100644 --- a/.github/workflows/ci-unittests.yaml +++ b/.github/workflows/ci-unittests.yaml @@ -27,6 +27,7 @@ jobs: timeout-minutes: 20 env: LIGHTNING_CLOUD_URL: https://staging.gridai.dev + UV_EXCLUDE_NEWER: "2 days" UV_TORCH_BACKEND: cpu steps: