We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a269a commit b2e541dCopy full SHA for b2e541d
1 file changed
.github/workflows/tests.yml
@@ -23,10 +23,7 @@ jobs:
23
with:
24
python-version: ${{ matrix.python-version }}
25
- name: Install default (with full options) and test dependencies
26
- run: |
27
- uv venv
28
- export CC=gcc
29
- uv pip install '.[full]' --group test
+ run: uv pip install '.[full]' --group test
30
- name: Run unit and doc tests with coverage report
31
run: uv run pytest tests/unit tests/doc --cov=src --cov-report=xml
32
- name: Upload results to Codecov
0 commit comments