We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa9145b commit 9649715Copy full SHA for 9649715
.github/workflows/ci.yml
@@ -59,12 +59,12 @@ jobs:
59
sudo apt-add-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-11 main'
60
sudo apt update
61
sudo apt-get install clang-format-11 -y
62
- if: "matrix.python == '3.9'"
+ if: "matrix.python == '3.10'"
63
64
- name: Run lints
65
run: |
66
make lint CLANG_FORMAT=clang-format-11
67
68
69
- name: Run tests
70
0 commit comments