We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd2825a commit 4b534abCopy full SHA for 4b534ab
.github/workflows/build.yml
@@ -36,6 +36,7 @@ on:
36
env:
37
CARGO_TERM_COLOR: always
38
RUST_BACKTRACE: 1
39
+ UV_LOCKED: true
40
41
jobs:
42
# ============================================
@@ -73,7 +74,7 @@ jobs:
73
74
enable-cache: true
75
76
- name: Install dependencies
- run: uv sync --locked --dev --no-install-package datafusion
77
+ run: uv sync --dev --no-install-package datafusion
78
79
- name: Run Ruff
80
run: |
.github/workflows/test.yml
@@ -23,6 +23,9 @@ name: Test
23
on:
24
workflow_call:
25
26
+env:
27
28
+
29
30
test-matrix:
31
runs-on: ubuntu-latest
0 commit comments