diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aa0ac9..e31658e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,7 @@ jobs: python-version: '3.x' # Specify the Python version you need - name: Install dependencies run: | - sudo apt-get update -qq - sudo apt-get install -qq clang-format-12 + pip install clang-format-12 pip install black - name: Run format check run: |