Skip to content

Commit

Permalink
Try to fix GH Actions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Jan 18, 2025
1 parent 4fa65ed commit 1522e42
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,15 @@ jobs:
fetch-depth: 0 # Needed for setuptools_scm to work correctly
- name: Install uv
uses: astral-sh/setup-uv@v5

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Install the project
run: uv sync --dev
run: uv sync --all-extras --dev

- name: Run tests
run: uv run inv pytest --junit --no-pty --base
Expand Down

0 comments on commit 1522e42

Please sign in to comment.