Skip to content

Commit 757ecf4

Browse files
committed
gen files
1 parent 6338592 commit 757ecf4

18 files changed

Lines changed: 143 additions & 119 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allow-prereleases: true
5050
- name: Setup Test Env
5151
run: |
52-
pip install "coverage[toml]" tox
52+
python -m pip install "coverage[toml]" tox tox-uv
5353
- name: Erase coverage
5454
run: |
5555
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allow-prereleases: true
5050
- name: Setup Test Env
5151
run: |
52-
pip install "coverage[toml]" tox
52+
python -m pip install "coverage[toml]" tox tox-uv
5353
- name: Erase coverage
5454
run: |
5555
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allow-prereleases: true
5050
- name: Setup Test Env
5151
run: |
52-
pip install "coverage[toml]" tox
52+
python -m pip install "coverage[toml]" tox tox-uv
5353
- name: Erase coverage
5454
run: |
5555
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
allow-prereleases: true
5454
- name: Setup Test Env
5555
run: |
56-
pip install "coverage[toml]" tox
56+
python -m pip install "coverage[toml]" tox tox-uv
5757
- name: Erase coverage
5858
run: |
5959
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allow-prereleases: true
5050
- name: Setup Test Env
5151
run: |
52-
pip install "coverage[toml]" tox
52+
python -m pip install "coverage[toml]" tox tox-uv
5353
- name: Erase coverage
5454
run: |
5555
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: getsentry/action-clickhouse-in-ci@5dc8a6a50d689bd6051db0241f34849e5a36490b # v1.7
7070
- name: Setup Test Env
7171
run: |
72-
pip install "coverage[toml]" tox
72+
python -m pip install "coverage[toml]" tox tox-uv
7373
- name: Erase coverage
7474
run: |
7575
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allow-prereleases: true
5050
- name: Setup Test Env
5151
run: |
52-
pip install "coverage[toml]" tox
52+
python -m pip install "coverage[toml]" tox tox-uv
5353
- name: Erase coverage
5454
run: |
5555
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allow-prereleases: true
5050
- name: Setup Test Env
5151
run: |
52-
pip install "coverage[toml]" tox
52+
python -m pip install "coverage[toml]" tox tox-uv
5353
- name: Erase coverage
5454
run: |
5555
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allow-prereleases: true
5050
- name: Setup Test Env
5151
run: |
52-
pip install "coverage[toml]" tox
52+
python -m pip install "coverage[toml]" tox tox-uv
5353
- name: Erase coverage
5454
run: |
5555
coverage erase

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
allow-prereleases: true
5050
- name: Setup Test Env
5151
run: |
52-
pip install "coverage[toml]" tox
52+
python -m pip install "coverage[toml]" tox tox-uv
5353
- name: Erase coverage
5454
run: |
5555
coverage erase

0 commit comments

Comments
 (0)