Skip to content

Commit

Permalink
introducing tox-uv for real (#3185)
Browse files Browse the repository at this point in the history
Signed-off-by: emdneto <[email protected]>
  • Loading branch information
emdneto authored Jan 17, 2025
1 parent 9d9353d commit 9b217bb
Show file tree
Hide file tree
Showing 12 changed files with 776 additions and 768 deletions.
180 changes: 90 additions & 90 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 9b217bb

Please sign in to comment.