Skip to content

Commit

Permalink
Merge branch 'master' into aliu/ld-hook-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aliu39 authored Nov 28, 2024
2 parents d797cae + 7022446 commit 22a190a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integrations-dbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1
- uses: getsentry/action-clickhouse-in-ci@v1.1
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- uses: getsentry/action-clickhouse-in-ci@v1
- uses: getsentry/action-clickhouse-in-ci@v1.1
- name: Setup Test Env
run: |
pip install "coverage[toml]" tox
Expand Down
2 changes: 1 addition & 1 deletion scripts/split-tox-gh-actions/templates/test_group.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
python-version: {% raw %}${{ matrix.python-version }}{% endraw %}
allow-prereleases: true
{% if needs_clickhouse %}
- uses: getsentry/action-clickhouse-in-ci@v1
- uses: getsentry/action-clickhouse-in-ci@v1.1
{% endif %}

{% if needs_redis %}
Expand Down

0 comments on commit 22a190a

Please sign in to comment.