Skip to content

Commit ce32e7c

Browse files
authored
ci: upgrade lance in dev-dep to 1.0.0 (lance-format#74)
* ci: upgrade lance in dev-dep to 1.0.0 * ci: upgrade the datafusion version to 50.3 * ci: upgrade arrow version to 56.2 * format code * ci: disable cache targets
1 parent 9758734 commit ce32e7c

8 files changed

Lines changed: 1349 additions & 957 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- uses: Swatinem/rust-cache@v2
3838
with:
3939
workspaces: rust/lance-graph
40+
cache-targets: false
4041
- name: Install dependencies
4142
run: |
4243
sudo apt update
@@ -48,4 +49,4 @@ jobs:
4849
- name: Run tests
4950
run: cargo test --manifest-path rust/lance-graph/Cargo.toml
5051
- name: Check benchmarks
51-
run: cargo check --manifest-path rust/lance-graph/Cargo.toml --benches
52+
run: cargo check --manifest-path rust/lance-graph/Cargo.toml --benches

.github/workflows/python-test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
- uses: Swatinem/rust-cache@v2
3636
with:
3737
workspaces: python
38+
cache-targets: false
3839
- name: Install dependencies
3940
run: |
4041
sudo apt update
@@ -97,4 +98,4 @@ jobs:
9798
working-directory: python
9899
run: |
99100
source .venv/bin/activate
100-
pyright
101+
pyright

.github/workflows/rust-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- uses: Swatinem/rust-cache@v2
3939
with:
4040
workspaces: rust/lance-graph
41+
cache-targets: false
4142
- name: Install dependencies
4243
run: |
4344
sudo apt update
@@ -61,6 +62,7 @@ jobs:
6162
- uses: Swatinem/rust-cache@v2
6263
with:
6364
workspaces: rust/lance-graph
65+
cache-targets: false
6466
- name: Install dependencies
6567
run: |
6668
sudo apt update
@@ -75,4 +77,4 @@ jobs:
7577
with:
7678
files: lcov.info
7779
flags: rust-unittests
78-
fail_ci_if_error: false
80+
fail_ci_if_error: false

0 commit comments

Comments
 (0)