Skip to content

Commit f887cd6

Browse files
Merge branch 'main' into mysqlconnector-sqlcomment-v5
2 parents 423dbc5 + 3f50c08 commit f887cd6

File tree

49 files changed

+3102
-1119
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3102
-1119
lines changed

.github/workflows/core_contrib_test_0.yml

Lines changed: 137 additions & 93 deletions
Large diffs are not rendered by default.

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/core_contrib_test.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
architecture: "x64"
3838

3939
- name: Install tox
40-
run: pip install tox
40+
run: pip install tox-uv
4141

4242
- name: Run tests
4343
run: tox -e {{ job_data.tox_env }} -- -ra

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/lint.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "3.13"
3131

3232
- name: Install tox
33-
run: pip install tox
33+
run: pip install tox-uv
3434

3535
- name: Run tests
3636
run: tox -e {{ job_data.tox_env }}

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/misc.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python-version: "3.11"
5858

5959
- name: Install tox
60-
run: pip install tox
60+
run: pip install tox-uv
6161

6262
- name: Run tests
6363
run: tox -e {{ job_data }}

.github/workflows/generate_workflows_lib/src/generate_workflows_lib/test.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: "{{ job_data.python_version }}"
3131

3232
- name: Install tox
33-
run: pip install tox
33+
run: pip install tox-uv
3434
{%- if job_data.os == "windows-latest" %}
3535

3636
- name: Configure git to support long filenames

0 commit comments

Comments
 (0)