Skip to content

Commit

Permalink
Fix ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hit9 committed Sep 19, 2022
1 parent fa9145b commit 9649715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9649715

Please sign in to comment.