Skip to content

Commit 9649715

Browse files
committed
Fix ci yaml
1 parent fa9145b commit 9649715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
sudo apt-add-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main'
6060
sudo apt update
6161
sudo apt-get install clang-format-11 -y
62-
if: "matrix.python == '3.9'"
62+
if: "matrix.python == '3.10'"
6363

6464
- name: Run lints
6565
run: |
6666
make lint CLANG_FORMAT=clang-format-11
67-
if: "matrix.python == '3.9'"
67+
if: "matrix.python == '3.10'"
6868

6969
- name: Run tests
7070
run: |

0 commit comments

Comments
 (0)