-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update opt-nc/setup-duckdb-action action to v1.0.10
- Loading branch information
1 parent
6d80788
commit 451fae2
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
|
||
# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet | ||
- name: Install DuckDB | ||
uses: opt-nc/[email protected].9 | ||
uses: opt-nc/[email protected].10 | ||
if: runner.environment != 'self-hosted' | ||
with: | ||
version: v1.0.0 | ||
|
@@ -109,7 +109,7 @@ jobs: | |
|
||
# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet | ||
- name: Install DuckDB | ||
uses: opt-nc/[email protected].9 | ||
uses: opt-nc/[email protected].10 | ||
if: runner.environment != 'self-hosted' | ||
with: | ||
version: v1.0.0 | ||
|
@@ -165,7 +165,7 @@ jobs: | |
|
||
# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet | ||
- name: Install DuckDB | ||
uses: opt-nc/[email protected].9 | ||
uses: opt-nc/[email protected].10 | ||
if: runner.environment != 'self-hosted' | ||
with: | ||
version: v1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
|
||
# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet | ||
- name: Install DuckDB | ||
uses: opt-nc/[email protected].9 | ||
uses: opt-nc/[email protected].10 | ||
if: runner.environment != 'self-hosted' | ||
with: | ||
version: v1.0.0 | ||
|
@@ -94,7 +94,7 @@ jobs: | |
|
||
# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet | ||
- name: Install DuckDB | ||
uses: opt-nc/[email protected].9 | ||
uses: opt-nc/[email protected].10 | ||
if: runner.environment != 'self-hosted' | ||
with: | ||
version: v1.0.0 | ||
|
@@ -130,7 +130,7 @@ jobs: | |
|
||
# The compression benchmarks rely on DuckDB being installed to convert CSV to Parquet | ||
- name: Install DuckDB | ||
uses: opt-nc/[email protected].9 | ||
uses: opt-nc/[email protected].10 | ||
if: runner.environment != 'self-hosted' | ||
with: | ||
version: v1.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -205,7 +205,7 @@ jobs: | |
- uses: ./.github/actions/setup-rust | ||
# Required to run benchmarks | ||
- name: Install DuckDB | ||
uses: opt-nc/[email protected].9 | ||
uses: opt-nc/[email protected].10 | ||
with: | ||
version: v1.0.0 | ||
- name: Rust TPC-H and Random access Bench as test | ||
|