Skip to content

Commit

Permalink
Merge branch 'main' into enable-commenter-instrument-connection
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi authored Jan 22, 2025
2 parents e3db4a8 + 3f50c08 commit 1526aaa
Show file tree
Hide file tree
Showing 49 changed files with 3,102 additions and 1,119 deletions.
230 changes: 137 additions & 93 deletions .github/workflows/core_contrib_test_0.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
architecture: "x64"

- name: Install tox
run: pip install tox
run: pip install tox-uv

- name: Run tests
run: tox -e {{ job_data.tox_env }} -- -ra
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: "3.13"

- name: Install tox
run: pip install tox
run: pip install tox-uv

- name: Run tests
run: tox -e {{ job_data.tox_env }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
python-version: "3.11"

- name: Install tox
run: pip install tox
run: pip install tox-uv

- name: Run tests
run: tox -e {{ job_data }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python-version: "{{ job_data.python_version }}"

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

- name: Configure git to support long filenames
Expand Down
Loading

0 comments on commit 1526aaa

Please sign in to comment.