Skip to content

Commit

Permalink
fix install duckdb extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Jun 3, 2024
1 parent aaf34fc commit 07de252
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ lint-and-test-examples:
poetry run flake8 --max-line-length=200 docs/examples
cd docs/tools && poetry run python prepare_examples_tests.py
# install duckdb extension for postgres_to_postgres example
cd docs/examples/postgres_to_postgres && wget http://extensions.duckdb.org/v0.9.2/linux_amd64_gcc4/postgres_scanner.duckdb_extension.gz -P docs/examples/postgres_to_postgres
gunzip docs/examples/postgres_to_postgres/postgres_scanner.duckdb_extension.gz
wget http://extensions.duckdb.org/v0.9.2/linux_amd64_gcc4/postgres_scanner.duckdb_extension.gz -P docs/examples/postgres_to_postgres; gunzip docs/examples/postgres_to_postgres/postgres_scanner.duckdb_extension.gz
poetry run python docs/examples/postgres_to_postgres/install_duckdb_extensions.py
# run tests
cd docs/examples && poetry run pytest
Expand Down

0 comments on commit 07de252

Please sign in to comment.