diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a5de54..96f09fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,8 +44,6 @@ jobs: pip install black - name: Run format check run: | - source env/bash - which clang-format VERBOSE=1 CFM=clang-format ./style/format.sh git diff --exit-code --ignore-submodules