Skip to content

Commit 9685608

Browse files
Update pytest.yml
1 parent 33e9e98 commit 9685608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333
- name: Install python essentials
3434
run: |
35-
apt install clang
35+
sudo apt-get install clang
3636
python -m pip install --upgrade pip uv
3737
uv venv --python ${{ matrix.python-version }}
3838
source ./.venv/bin/activate

0 commit comments

Comments
 (0)