Skip to content

Commit 5cec36b

Browse files
author
James Boulton
committed
update tests runner
1 parent ea8a64f commit 5cec36b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [ "3.11", "3.12", "3.13"]
11+
python-version: ["3.11", "3.12", "3.13"]
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Install uv
15-
uses: astral-sh/setup-uv@v4
15+
uses: astral-sh/setup-uv@v5
1616
with:
1717
enable-cache: false
1818
- name: Set up Python ${{ matrix.python-version }}
1919
run: uv python install ${{ matrix.python-version }}
2020
- name: Install tox
2121
run: uv tool install tox --with tox-uv
2222
- name: Run tests
23-
run: uvx tox
23+
run: uvx tox

0 commit comments

Comments
 (0)