File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
scripts/split_tox_gh_actions/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 python-version : ${{ matrix.python-version }}
6161 allow-prereleases : true
6262 - name : " Setup ClickHouse Server"
63- uses : getsentry/action-clickhouse-in-ci@v1.3
63+ uses : getsentry/action-clickhouse-in-ci@v1.4
6464 - name : Setup Test Env
6565 run : |
6666 pip install "coverage[toml]" tox
@@ -156,7 +156,7 @@ jobs:
156156 python-version : ${{ matrix.python-version }}
157157 allow-prereleases : true
158158 - name : " Setup ClickHouse Server"
159- uses : getsentry/action-clickhouse-in-ci@v1.3
159+ uses : getsentry/action-clickhouse-in-ci@v1.4
160160 - name : Setup Test Env
161161 run : |
162162 pip install "coverage[toml]" tox
Original file line number Diff line number Diff line change 5252 allow-prereleases: true
5353 {% if needs_clickhouse %}
5454 - name: "Setup ClickHouse Server"
55- uses: getsentry/action-clickhouse-in-ci@v1.3
55+ uses: getsentry/action-clickhouse-in-ci@v1.4
5656 {% endif %}
5757
5858 {% if needs_redis %}
You can’t perform that action at this time.
0 commit comments