Skip to content

Commit 00e90a6

Browse files
Merge branch 'master' into webb/populate-tox/transitive-dependencies
2 parents 28b7239 + f3a7936 commit 00e90a6

20 files changed

Lines changed: 62 additions & 36 deletions

.github/workflows/test-integrations-agents.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
cache-suffix: agents-${{ matrix.python-version }}
32-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
31+
enable-cache: false
3332
- name: Mark workspace safe for git (3.6/3.7 container)
3433
# needed to make git rev-parse work in the containers
3534
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

.github/workflows/test-integrations-ai-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
cache-suffix: ai_workflow-${{ matrix.python-version }}
32-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
31+
enable-cache: false
3332
- name: Mark workspace safe for git (3.6/3.7 container)
3433
# needed to make git rev-parse work in the containers
3534
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

.github/workflows/test-integrations-ai.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
cache-suffix: ai-${{ matrix.python-version }}
32-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
31+
enable-cache: false
3332
- name: Mark workspace safe for git (3.6/3.7 container)
3433
# needed to make git rev-parse work in the containers
3534
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

.github/workflows/test-integrations-cloud.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
- name: Install uv
3333
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3434
with:
35-
cache-suffix: cloud-${{ matrix.python-version }}
36-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
35+
enable-cache: false
3736
- name: Mark workspace safe for git (3.6/3.7 container)
3837
# needed to make git rev-parse work in the containers
3938
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
cache-suffix: common-${{ matrix.python-version }}
32-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
31+
enable-cache: false
3332
- name: Mark workspace safe for git (3.6/3.7 container)
3433
# needed to make git rev-parse work in the containers
3534
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

.github/workflows/test-integrations-dbs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- name: Install uv
4646
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4747
with:
48-
cache-suffix: dbs-${{ matrix.python-version }}
49-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
48+
enable-cache: false
5049
- name: "Setup ClickHouse Server"
5150
uses: getsentry/action-clickhouse-in-ci@5dc8a6a50d689bd6051db0241f34849e5a36490b # v1.7
5251
- name: Mark workspace safe for git (3.6/3.7 container)

.github/workflows/test-integrations-flags.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
cache-suffix: flags-${{ matrix.python-version }}
32-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
31+
enable-cache: false
3332
- name: Mark workspace safe for git (3.6/3.7 container)
3433
# needed to make git rev-parse work in the containers
3534
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

.github/workflows/test-integrations-gevent.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
cache-suffix: gevent-${{ matrix.python-version }}
32-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
31+
enable-cache: false
3332
- name: Mark workspace safe for git (3.6/3.7 container)
3433
# needed to make git rev-parse work in the containers
3534
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

.github/workflows/test-integrations-graphql.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
cache-suffix: graphql-${{ matrix.python-version }}
32-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
31+
enable-cache: false
3332
- name: Mark workspace safe for git (3.6/3.7 container)
3433
# needed to make git rev-parse work in the containers
3534
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

.github/workflows/test-integrations-mcp.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ jobs:
2828
- name: Install uv
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
cache-suffix: mcp-${{ matrix.python-version }}
32-
enable-cache: ${{ matrix.python-version != '3.6' && matrix.python-version != '3.7' }}
31+
enable-cache: false
3332
- name: Mark workspace safe for git (3.6/3.7 container)
3433
# needed to make git rev-parse work in the containers
3534
# subprocesses (e.g. sentry_sdk.utils.get_git_revision) can run git.

0 commit comments

Comments
 (0)