mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
chore(concrete_cuda): update cmake minimum version required and check cmake files formatting
This commit is contained in:
5
.github/workflows/concrete_cuda_test.yml
vendored
5
.github/workflows/concrete_cuda_test.yml
vendored
@@ -13,10 +13,13 @@ jobs:
|
||||
- name: Set up Clang
|
||||
run: |
|
||||
sudo apt-get install clang-format-11
|
||||
- name: Install cmake-format
|
||||
run: |
|
||||
pip install cmakelang
|
||||
- name: Format Concrete-cuda
|
||||
run: |
|
||||
cd backends/concrete-cuda/implementation
|
||||
./clang-format.sh
|
||||
./format_concrete_cuda.sh
|
||||
- name: Check diff
|
||||
run: git diff --exit-code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user