diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 52fc2fa..53a698b 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -16,4 +16,5 @@ jobs: - uses: actions/checkout@v4 - name: Install clang-format-14 run: sudo apt-get install clang-format-14 + - uses: actions/setup-python@v3 - uses: pre-commit/action@v3.0.1