We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a07fee commit a8cde77Copy full SHA for a8cde77
.github/workflows/module_tests.yml
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Init clickhouse database with .sql
59
run: |
60
- ./clickhouse client --user ${{ env.PG_USER }} --password ${{ env.PG_PASSWORD }} --multiquery < sql/docker_init_clickhouse_test_db.sql
+ ./clickhouse client --user ${{ env.PG_USER }} --password ${{ env.PGPASSWORD }} --multiquery < sql/docker_init_clickhouse_test_db.sql
61
62
63
- name: Set up Python ${{ matrix.python-version }}
0 commit comments