We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8a64f commit 5cec36bCopy full SHA for 5cec36b
.github/workflows/tests.yml
@@ -8,16 +8,16 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest]
11
- python-version: [ "3.11", "3.12", "3.13"]
+ python-version: ["3.11", "3.12", "3.13"]
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- name: Install uv
15
- uses: astral-sh/setup-uv@v4
+ uses: astral-sh/setup-uv@v5
16
with:
17
enable-cache: false
18
- name: Set up Python ${{ matrix.python-version }}
19
run: uv python install ${{ matrix.python-version }}
20
- name: Install tox
21
run: uv tool install tox --with tox-uv
22
- name: Run tests
23
- run: uvx tox
+ run: uvx tox
0 commit comments