We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33e9e98 commit 9685608Copy full SHA for 9685608
.github/workflows/pytest.yml
@@ -32,7 +32,7 @@ jobs:
32
python-version: ${{ matrix.python-version }}
33
- name: Install python essentials
34
run: |
35
- apt install clang
+ sudo apt-get install clang
36
python -m pip install --upgrade pip uv
37
uv venv --python ${{ matrix.python-version }}
38
source ./.venv/bin/activate
0 commit comments