diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2192f7..9648952 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,12 +59,12 @@ jobs: sudo apt-add-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main' sudo apt update sudo apt-get install clang-format-11 -y - if: "matrix.python == '3.9'" + if: "matrix.python == '3.10'" - name: Run lints run: | make lint CLANG_FORMAT=clang-format-11 - if: "matrix.python == '3.9'" + if: "matrix.python == '3.10'" - name: Run tests run: |