We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5034e46 commit d1caffaCopy full SHA for d1caffa
.github/workflows/pytest.yml
@@ -35,9 +35,7 @@ jobs:
35
- name: Set up Python
36
run: uv python install
37
- name: Install python essentials
38
- run: |
39
- sudo apt-get install clang
40
- uv pip install -U setuptools setuptools_scm wheel
+ run: uv pip install -U setuptools setuptools_scm wheel
41
- name: Install dependencies complete
42
if: matrix.only-minimal != true
43
run: uv pip install -e .[all,testing]
0 commit comments