Merge pull request #482 from bndr/fix_ci_coverage

fix typo
This commit is contained in:
Jonas Eschle 2025-04-08 10:56:33 +02:00 committed by GitHub
commit 2ef6a981d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,9 +40,15 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install uv poetry
python -m pip install uv
uv pip install --system poetry
uv pip install --system .[dev]
- name: Calculate coverage