Skip to content

Commit 4b534ab

Browse files
committed
chore: add missing --locked calls
1 parent cd2825a commit 4b534ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ on:
3636
env:
3737
CARGO_TERM_COLOR: always
3838
RUST_BACKTRACE: 1
39+
UV_LOCKED: true
3940

4041
jobs:
4142
# ============================================
@@ -73,7 +74,7 @@ jobs:
7374
enable-cache: true
7475

7576
- name: Install dependencies
76-
run: uv sync --locked --dev --no-install-package datafusion
77+
run: uv sync --dev --no-install-package datafusion
7778

7879
- name: Run Ruff
7980
run: |

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ name: Test
2323
on:
2424
workflow_call:
2525

26+
env:
27+
UV_LOCKED: true
28+
2629
jobs:
2730
test-matrix:
2831
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)