Skip to content

Commit b2e541d

Browse files
committed
Remove export CC and venv
1 parent 19a269a commit b2e541d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ jobs:
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- 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
26+
run: uv pip install '.[full]' --group test
3027
- name: Run unit and doc tests with coverage report
3128
run: uv run pytest tests/unit tests/doc --cov=src --cov-report=xml
3229
- name: Upload results to Codecov

0 commit comments

Comments
 (0)