Skip to content

Commit

Permalink
update duckdb in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AstrakhantsevaAA committed Jun 3, 2024
1 parent dcc7901 commit f9e51d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +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.10.0/linux_amd64_gcc4/postgres_scanner.duckdb_extension.gz && gunzip ./postgres_scanner.duckdb_extension.gz
cd docs/examples/postgres_to_postgres && wget http://extensions.duckdb.org/v0.10.3/linux_amd64_gcc4/postgres_scanner.duckdb_extension.gz && gunzip ./postgres_scanner.duckdb_extension.gz
cd docs/examples/postgres_to_postgres && poetry run python ./install_duckdb_extensions.py
# run tests
cd docs/examples && poetry run pytest
Expand Down

0 comments on commit f9e51d8

Please sign in to comment.