mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: disable license check in pcc
It needs to be disabled because we use different versions of dependencies depending on the python version. This system was not ideal anyway, it was just checking for string equality, whereas it should have checked if the licenses are accepted without looking into a pre-committed file. Another PR will follow to improve the situation around licenses.
This commit is contained in:
2
Makefile
2
Makefile
@@ -78,7 +78,7 @@ pcc:
|
||||
--no-print-directory pcc_internal
|
||||
|
||||
PCC_DEPS := check_python_format check_finalize_nb python_linting mypy_ci pydocstyle shell_lint
|
||||
PCC_DEPS += check_supported_functions check_licenses
|
||||
PCC_DEPS += check_supported_functions # check_licenses
|
||||
|
||||
# Not commented on purpose for make help, since internal
|
||||
.PHONY: pcc_internal
|
||||
|
||||
Reference in New Issue
Block a user