Skip to content

Commit

Permalink
DuckDB: hard-code version to installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Nov 26, 2024
1 parent d2a511c commit a8c3a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duckdb/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

sudo apt-get update
sudo apt-get install -y python3-pip
pip install --break-system-packages duckdb psutil
pip install --break-system-packages duckdb==1.1.3 psutil

# Load the data

Expand Down

0 comments on commit a8c3a4a

Please sign in to comment.