We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d50c08 commit 9499cb1Copy full SHA for 9499cb1
.github/workflows/labels.yml
@@ -14,6 +14,8 @@ jobs:
14
name: Build w/ bundled DuckDB
15
if: ${{ github.event.label.name == '[build] bundled-duckdb' }}
16
runs-on: ubuntu-latest
17
+ env:
18
+ UV_NO_SYNC: true
19
steps:
20
- uses: actions/checkout@v4
21
- uses: astral-sh/setup-uv@v3
0 commit comments