summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ade6d97b5..067a9e62d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,8 +26,6 @@ jobs:
run: |
sudo pip3 install -r requirements-dev.txt
sudo apt-get install clang-format clang-tidy
- - name: update path
- run: echo "PATH=$PATH:/usr/lib/llvm-8/bin" >> $GITHUB_ENV
- run: flake8
- run: ./scripts/clang-format-diff.sh
- name: clang-tidy