Skip to content

Commit d0f0dc2

Browse files
authored
ci: add UV_EXCLUDE_NEWER to all uv-using workflows (#8941)
1 parent fae3964 commit d0f0dc2

11 files changed

Lines changed: 19 additions & 0 deletions

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
UV_EXCLUDE_NEWER: "7 days"
19+
1720
jobs:
1821
deploy:
1922
runs-on: ubuntu-latest

.github/workflows/marimo-bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
env:
1616
TURBO_TEAM: marimo
17+
UV_EXCLUDE_NEWER: "7 days"
1718

1819
jobs:
1920
# Various jobs that can be triggered by comments

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
env:
1616
UV_SYSTEM_PYTHON: 1
17+
UV_EXCLUDE_NEWER: "7 days"
1718

1819
jobs:
1920
export-notebooks:

.github/workflows/playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
env:
1616
MARIMO_SKIP_UPDATE_CHECK: 1
17+
UV_EXCLUDE_NEWER: "7 days"
1718

1819
jobs:
1920
changes:

.github/workflows/release-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
env:
1414
TURBO_TEAM: marimo
15+
UV_EXCLUDE_NEWER: "7 days"
1516

1617
jobs:
1718
publish_dev_release:

.github/workflows/release-marimo-base.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
permissions:
1515
contents: read
1616

17+
env:
18+
UV_EXCLUDE_NEWER: "7 days"
19+
1720
jobs:
1821
publish_release:
1922
name: 📤 Publish release

.github/workflows/release-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions:
1212

1313
env:
1414
TURBO_TEAM: marimo
15+
UV_EXCLUDE_NEWER: "7 days"
1516

1617
jobs:
1718
publish_release:

.github/workflows/test_be.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
env:
1616
MARIMO_SKIP_UPDATE_CHECK: 1
17+
UV_EXCLUDE_NEWER: "7 days"
1718

1819
jobs:
1920
changes:

.github/workflows/test_cli.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ env:
1616
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1717
TURBO_TEAM: marimo
1818
MARIMO_SKIP_UPDATE_CHECK: 1
19+
UV_EXCLUDE_NEWER: "7 days"
1920
jobs:
2021
changes:
2122
runs-on: ubuntu-latest

.github/workflows/test_marimo_lsp.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ permissions:
1313
contents: read
1414
issues: write
1515

16+
env:
17+
UV_EXCLUDE_NEWER: "7 days"
18+
1619
jobs:
1720
test_marimo_lsp:
1821
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)