Skip to content

Commit 1522e42

Browse files
committed
Try to fix GH Actions tests
1 parent 4fa65ed commit 1522e42

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,15 @@ jobs:
2020
fetch-depth: 0 # Needed for setuptools_scm to work correctly
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@v5
23+
24+
- name: Set up Python ${{ matrix.python-version }}
25+
uses: actions/setup-python@v5
2326
with:
2427
python-version: ${{ matrix.python-version }}
28+
allow-prereleases: true
2529

2630
- name: Install the project
27-
run: uv sync --dev
31+
run: uv sync --all-extras --dev
2832

2933
- name: Run tests
3034
run: uv run inv pytest --junit --no-pty --base

0 commit comments

Comments
 (0)