Skip to content

Commit 24c7291

Browse files
committed
uv workflow broken
1 parent 9018e03 commit 24c7291

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/uv.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
- "3.10"
99
- "3.11"
1010
- "3.12"
11+
- "3.13"
1112

1213
steps:
1314
- uses: actions/checkout@v4
@@ -17,8 +18,8 @@ jobs:
1718
with:
1819
python-version: ${{ matrix.python-version }}
1920

20-
- name: Install the project
21-
run: uv sync --locked --all-extras --dev
22-
- name: Run tests
23-
# For example, using `pytest`
24-
run: uv run pytest tests
21+
- name: Install the project
22+
run: uv sync --locked --all-extras --dev
23+
- name: Run tests
24+
# For example, using `pytest`
25+
run: uv run pytest tests

0 commit comments

Comments
 (0)