Skip to content

Commit d1caffa

Browse files
No longer install clang
Signed-off-by: Johannes Mueller <[email protected]>
1 parent 5034e46 commit d1caffa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pytest.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: Set up Python
3636
run: uv python install
3737
- name: Install python essentials
38-
run: |
39-
sudo apt-get install clang
40-
uv pip install -U setuptools setuptools_scm wheel
38+
run: uv pip install -U setuptools setuptools_scm wheel
4139
- name: Install dependencies complete
4240
if: matrix.only-minimal != true
4341
run: uv pip install -e .[all,testing]

0 commit comments

Comments
 (0)